Skip to content

Commit

Permalink
Merge pull request #43 from FabianFrank/fix-typings
Browse files Browse the repository at this point in the history
feat: Include typings in npm distribution
  • Loading branch information
janl authored Jul 3, 2020
2 parents 2a9875e + 77aee49 commit a4c6115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
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 a4c6115

Please sign in to comment.