Skip to content

Commit

Permalink
Merge pull request #12 from CodelyTV/fix-import-path
Browse files Browse the repository at this point in the history
fix: correct index.js path
  • Loading branch information
rgomezcasas authored Sep 6, 2024
2 parents 617e4df + 2808bb8 commit 0bece8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codelytv/primitives-type",
"version": "1.1.0",
"version": "1.1.1",
"description": "Type entity primitives from value objects",
"keywords": [
"typescript",
Expand All @@ -19,8 +19,8 @@
"lint:fix": "npm run lint -- --fix",
"test": "jest"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/CodelyTV/typescript-primitives-type"
Expand Down

0 comments on commit 0bece8e

Please sign in to comment.