|
@@ -234,7 +234,6 @@
|
|
|
"lint:markdown": "remark -f -q . -i .gitignore",
|
|
|
"lint:staged": "lint-staged",
|
|
|
"lint": "eslint . --cache",
|
|
|
- "preinstall": "node ./bin/check-npm-version.js",
|
|
|
"release": "bash ./bin/release",
|
|
|
"size": "echo 'JS Bundle mingz:' && cat ./packages/uppy/dist/uppy.min.js | gzip | wc -c && echo 'CSS Bundle mingz:' && cat ./packages/uppy/dist/uppy.min.css | gzip | wc -c",
|
|
|
"start:companion": "bash ./bin/companion",
|