Skip to content

Commit

Permalink
fix: add type declaration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneet committed Aug 24, 2019
1 parent ea7c332 commit c971b60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lib"
],
"main": "lib/module.js",
"types": "types.d.ts",
"types": "lib/types.d.ts",
"scripts": {
"lint": "eslint --ext .js,.vue lib",
"release": "standard-version && git push --follow-tags && npm publish",
Expand Down

0 comments on commit c971b60

Please sign in to comment.