Skip to content

Commit

Permalink
Include typings in npm distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianFrank committed Sep 25, 2018
1 parent 2a9875e commit 77aee49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -26,7 +26,8 @@
"main": "./jsonpointer",
"typings": "jsonpointer.d.ts",
"files": [
"jsonpointer.js"
"jsonpointer.js",
"jsonpointer.d.ts"
],
"scripts": {
"test": "standard && node test.js",
Expand Down

0 comments on commit 77aee49

Please sign in to comment.