Skip to content

Commit 3b33b02

Browse files
committed
Remove old exports
1 parent 224d5df commit 3b33b02

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@
2929
},
3030
"main": "./lib/index.js",
3131
"module": "./lib/index.es6.js",
32-
"browser": "./dist/diff.js",
33-
"unpkg": "./dist/diff.js",
34-
"exports": {
35-
".": {
36-
"import": "./lib/index.mjs",
37-
"require": "./lib/index.js"
38-
},
39-
"./package.json": "./package.json"
40-
},
4132
"scripts": {
4233
"clean": "rm -rf lib/ dist/",
4334
"build:node": "yarn babel --out-dir lib --source-maps=inline src",

0 commit comments

Comments
 (0)