Skip to content

Commit

Permalink
fix: TypeScript definition file location
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Jul 11, 2019
1 parent f0e936e commit 3ecee81
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": "A lightweight, extendable front-end developer tool for mobile web page.",
"homepage": "https://github.com/Tencent/vConsole",
"main": "dist/vconsole.min.js",
"typings": "./index.d.ts",
"typings": "dist/vconsole.min.d.ts",
"scripts": {
"test": "mocha",
"dist": "webpack"
Expand Down

0 comments on commit 3ecee81

Please sign in to comment.