We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ee70d commit 1c1d1a2Copy full SHA for 1c1d1a2
package.json
@@ -91,8 +91,7 @@
91
"build": "npm run bundle && npm run build-umd && npm run build-esm && npm run alias-bundle",
92
"doc": "docco underscore-esm.js && docco modules/*.js -c docco.css -t docs/linked-esm.jst",
93
"weight": "npm run bundle && npm run minify-umd | gzip-size | pretty-bytes",
94
- "prepublishOnly": "npm run build && npm run doc",
95
- "postinstall": "patch-package"
+ "prepublishOnly": "npm run build && npm run doc"
96
},
97
"files": [
98
"underscore-esm.js",
0 commit comments