Skip to content

Commit 111bd77

Browse files
committed
Fix package exports
1 parent 0c24571 commit 111bd77

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
"version": "1.0.0",
44
"description": "An RFC-6901 JSON Pointer implementation",
55
"type": "module",
6-
"main": "lib/index.js",
7-
"exports": {
8-
"require": "./lib/index.js",
9-
"import": "./lib/index.mjs"
10-
},
6+
"main": "./lib/index.js",
7+
"exports": "./lib/index.js",
118
"scripts": {
129
"clean": "xargs -a .gitignore rm -rf",
1310
"lint": "eslint lib",

0 commit comments

Comments
 (0)