Skip to content

Commit

Permalink
fix(package.json): Fix up typings hint path
Browse files Browse the repository at this point in the history
fix #123
  • Loading branch information
YannickMeeus committed Mar 18, 2019
1 parent 7bd7f8a commit 97290f8
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
Expand Up @@ -15,9 +15,9 @@
"test": "nps test",
"commit": "git-cz"
},
"main": "dist/event-sauced-ts.umd.js",
"module": "dist/event-sauced-ts.es5.js",
"typings": "dist/types/event-sauced-ts.d.ts",
"main": "dist/event-sauced.umd.js",
"module": "dist/event-sauced.es5.js",
"typings": "dist/types/event-sauced.d.ts",
"files": [
"dist"
],
Expand Down

0 comments on commit 97290f8

Please sign in to comment.