Skip to content

Commit a4c6115

Browse files
authored
Merge pull request #43 from FabianFrank/fix-typings
feat: Include typings in npm distribution
2 parents 2a9875e + 77aee49 commit a4c6115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"main": "./jsonpointer",
2727
"typings": "jsonpointer.d.ts",
2828
"files": [
29-
"jsonpointer.js"
29+
"jsonpointer.js",
30+
"jsonpointer.d.ts"
3031
],
3132
"scripts": {
3233
"test": "standard && node test.js",

0 commit comments

Comments
 (0)