Skip to content

Commit

Permalink
fix: update types path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Mar 18, 2019
1 parent 56343a3 commit 3e65438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Do not repeat anymore your objects transformations.",
"homepage": "https://github.com/nobrainr/morphism",
"main": "./dist/morphism.js",
"types": "./dist/morphism.d.ts",
"types": "./dist/types/morphism.d.ts",
"scripts": {
"build": "run-p build:js build:types",
"start": "run-p watch:*",
Expand Down

0 comments on commit 3e65438

Please sign in to comment.