Skip to content

Commit 0bece8e

Browse files
authored
Merge pull request #12 from CodelyTV/fix-import-path
fix: correct index.js path
2 parents 617e4df + 2808bb8 commit 0bece8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codelytv/primitives-type",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Type entity primitives from value objects",
55
"keywords": [
66
"typescript",
@@ -19,8 +19,8 @@
1919
"lint:fix": "npm run lint -- --fix",
2020
"test": "jest"
2121
},
22-
"main": "dist/index.js",
23-
"types": "dist/index.d.ts",
22+
"main": "dist/src/index.js",
23+
"types": "dist/src/index.d.ts",
2424
"repository": {
2525
"type": "git",
2626
"url": "git+https://github.com/CodelyTV/typescript-primitives-type"

0 commit comments

Comments
 (0)