We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a9875e + 77aee49 commit a4c6115Copy full SHA for a4c6115
1 file changed
package.json
@@ -26,7 +26,8 @@
26
"main": "./jsonpointer",
27
"typings": "jsonpointer.d.ts",
28
"files": [
29
- "jsonpointer.js"
+ "jsonpointer.js",
30
+ "jsonpointer.d.ts"
31
],
32
"scripts": {
33
"test": "standard && node test.js",
0 commit comments