Skip to content

Commit 8819319

Browse files
committed
remove preinstall an version bump
1 parent ef12311 commit 8819319

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fs/eslint-config-tree",
3-
"version": "6.0.0-alpha.2",
3+
"version": "6.0.0-alpha.3",
44
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
55
"main": "index.js",
66
"repository": {
@@ -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)