Skip to content

Commit

Permalink
changed path to types directory in package.json (#434)
Browse files Browse the repository at this point in the history
incorrect path to types file results in no intellisense or typing support
  • Loading branch information
cmcnicholas authored and RobbieTheWagner committed Jul 14, 2019
1 parent c4fcc7d commit 8b180de
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 @@ -45,7 +45,7 @@
"homepage": "https://shepherdjs.dev/demo/",
"license": "MIT",
"main": "dist/js/shepherd.js",
"types": "src/shepherd.d.ts",
"types": "src/types/shepherd.d.ts",
"module": "dist/js/shepherd.esm.js",
"dependencies": {
"body-scroll-lock": "^2.6.3",
Expand Down

0 comments on commit 8b180de

Please sign in to comment.