Skip to content

Commit

Permalink
fix(package.json): typings path
Browse files Browse the repository at this point in the history
  • Loading branch information
oljekechoro authored and antongolub committed Jul 15, 2020
1 parent 4cd73e5 commit 838c787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"private": false,
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
"types": "target/es5/index.d.ts",
"types": "typings/index.d.ts",
"typescript": {
"definition": "target/es5/index.d.ts"
"definition": "typings/index.d.ts"
},
"files": [
"README.md",
Expand Down

0 comments on commit 838c787

Please sign in to comment.