Skip to content

Commit d23c878

Browse files
committed
remove preinstall
1 parent ef12311 commit d23c878

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"lint:quiet": "eslint demo --quiet",
5050
"lint:report": "eslint demo '**/*.html' --format html --output-file ./reports/linting/linting_report.html & eslint demo --format json --output-file ./reports/linting/linting_report.json",
5151
"lint:snapshot": "eslint demo --no-color --output-file ./demo/test/snapshots/local-linting-output.txt; eslint --print-config file.js > ./demo/test/snapshots/local-linting-final-config.json; npm run test:format",
52-
"preinstall": "git config --global url.https://github.com/.insteadOf git://github.com/",
5352
"postinstall": "npm rebuild husky",
5453
"publish": "npmPublish",
5554
"test": "npm run lint:snapshot; ava",

0 commit comments

Comments
 (0)