We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224d5df commit 3b33b02Copy full SHA for 3b33b02
package.json
@@ -29,15 +29,6 @@
29
},
30
"main": "./lib/index.js",
31
"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
41
"scripts": {
42
"clean": "rm -rf lib/ dist/",
43
"build:node": "yarn babel --out-dir lib --source-maps=inline src",
0 commit comments