grr, debugging travis builds is hard

This commit is contained in:
Sebastian McKenzie 2015-04-04 04:01:35 +11:00
parent 20651df3ce
commit 6c98d39937
2 changed files with 1 additions and 4 deletions

View File

@ -111,7 +111,7 @@ publish-cli:
bootstrap: bootstrap:
npm install npm install
npm link npm link
cd packages/babel-cli && npm install && npm link cd packages/babel-cli && npm install && npm link && npm link babel-core
git submodule update --init git submodule update --init
cd vendor/regenerator && npm install cd vendor/regenerator && npm install
cd vendor/compat-table && npm install object-assign cd vendor/compat-table && npm install object-assign

View File

@ -17,9 +17,6 @@
"source-map": "^0.4.0", "source-map": "^0.4.0",
"path-is-absolute": "^1.0.0" "path-is-absolute": "^1.0.0"
}, },
"peerDependencies": {
"babel-core": "*"
},
"bin": { "bin": {
"babel": "./bin/babel/index.js", "babel": "./bin/babel/index.js",
"babel-node": "./bin/babel-node", "babel-node": "./bin/babel-node",