Skip to content

Commit

Permalink
publish typescript definitions (#83)
Browse files Browse the repository at this point in the history
fixes #48
  • Loading branch information
Amir Arad authored and jaywcjlove committed May 19, 2019
1 parent 96d340e commit d7cb141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
"version": "3.6.9",
"main": "index.js",
"types": "index.d.ts",
"module": "dist/hotkeys.esm.js",
"scripts": {
"lint": "eslint --ext .js src website",
Expand All @@ -17,6 +18,7 @@
"doc:build": "rimraf doc && NODE_ENV=production parcel build website/index.html --out-dir doc --public-url ./ --no-cache --no-source-maps"
},
"files": [
"index.d.ts",
"dist",
"doc"
],
Expand Down

0 comments on commit d7cb141

Please sign in to comment.