Skip to content

Commit 6c3dc0a

Browse files
hyobanmarcbachmann
authored andcommitted
fix: correct export
1 parent 4a253c0 commit 6c3dc0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"engines": {
2424
"node": ">=0.10.0"
2525
},
26-
"main": "./jsonpointer",
27-
"typings": "jsonpointer.d.ts",
26+
"main": "./jsonpointer.js",
27+
"typings": "./jsonpointer.d.ts",
2828
"files": [
2929
"jsonpointer.js",
3030
"jsonpointer.d.ts"

0 commit comments

Comments
 (0)