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 5230298 commit 75186a4Copy full SHA for 75186a4
package.json
@@ -25,8 +25,7 @@
25
"rollup": "rollup --config",
26
"uglify": "uglifyjs dist/index.js --compress -o dist/index.min.js",
27
"dist": "npm run rollup && npm run uglify",
28
- "postversion": "cp package.json .. && cp package-lock.json ..",
29
- "swc:postversion": "cp package.json ../.. && cp package-lock.json ../.."
+ "postversion": "cp package.json ../.. && cp package-lock.json ../.."
30
},
31
"keywords": [],
32
"license": "MIT",
0 commit comments