Commit 6eeb0d02 by Ari Rizzitano

remove install self peers

parent a6b56574
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
"deploy-storybook": "storybook-to-ghpages", "deploy-storybook": "storybook-to-ghpages",
"lint": "eslint --ext .js --ext .jsx .", "lint": "eslint --ext .js --ext .jsx .",
"precommit": "yarn run lint", "precommit": "yarn run lint",
"prestart": "install-self-peers",
"poststop": "yarn install",
"start": "start-storybook -p 6006" "start": "start-storybook -p 6006"
}, },
"dependencies": { "dependencies": {
...@@ -27,7 +25,6 @@ ...@@ -27,7 +25,6 @@
"devDependencies": { "devDependencies": {
"@kadira/storybook": "^2.21.0", "@kadira/storybook": "^2.21.0",
"@kadira/storybook-deployer": "^1.2.0", "@kadira/storybook-deployer": "^1.2.0",
"@team-griffin/install-self-peers": "^1.0.0",
"babel-cli": "^6.24.1", "babel-cli": "^6.24.1",
"babel-loader": "^7.0.0", "babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-object-rest-spread": "^6.23.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment