Revert "fix package when publishing with npm@7"

This reverts commit e2fa0e0fdb.
pull/5669/head
Conduitry 4 years ago
parent b135055c5c
commit fdd750db21

@ -65,7 +65,7 @@
"codecov": "codecov",
"precodecov": "npm run coverage",
"build": "rollup -c && npm run tsd",
"prepare": "PUBLISH=true npm run build",
"prepare": "npm run build",
"dev": "rollup -cw",
"pretest": "npm run build",
"posttest": "agadoo internal/index.mjs",

Loading…
Cancel
Save