Skip to content

Commit

Permalink
fix(types): fix path to typings
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Aug 5, 2022
1 parent e5740c9 commit d02ad15
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 @@ -52,7 +52,7 @@
"endOfLine": "auto",
"singleQuote": true
},
"types": "./types/index.d.ts",
"types": "./types/src/index.d.ts",
"devDependencies": {
"@types/debug": "4.1.7",
"@types/mocha": "9.1.1",
Expand Down

0 comments on commit d02ad15

Please sign in to comment.