grr, debugging travis builds is hard
This commit is contained in:
parent
20651df3ce
commit
6c98d39937
2
Makefile
2
Makefile
@ -111,7 +111,7 @@ publish-cli:
|
||||
bootstrap:
|
||||
npm install
|
||||
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
|
||||
cd vendor/regenerator && npm install
|
||||
cd vendor/compat-table && npm install object-assign
|
||||
|
||||
@ -17,9 +17,6 @@
|
||||
"source-map": "^0.4.0",
|
||||
"path-is-absolute": "^1.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"babel-core": "*"
|
||||
},
|
||||
"bin": {
|
||||
"babel": "./bin/babel/index.js",
|
||||
"babel-node": "./bin/babel-node",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user