Skip to content

Commit 77aee49

Browse files
committed
Include typings in npm distribution
1 parent 2a9875e commit 77aee49

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)