We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 617e4df + 2808bb8 commit 0bece8eCopy full SHA for 0bece8e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codelytv/primitives-type",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "Type entity primitives from value objects",
5
"keywords": [
6
"typescript",
@@ -19,8 +19,8 @@
19
"lint:fix": "npm run lint -- --fix",
20
"test": "jest"
21
},
22
- "main": "dist/index.js",
23
- "types": "dist/index.d.ts",
+ "main": "dist/src/index.js",
+ "types": "dist/src/index.d.ts",
24
"repository": {
25
"type": "git",
26
"url": "git+https://github.com/CodelyTV/typescript-primitives-type"
0 commit comments