try and fix babel cli bootstrap

This commit is contained in:
Sebastian McKenzie
2015-04-04 03:47:47 +11:00
parent f3155919fe
commit 20651df3ce
2 changed files with 5 additions and 2 deletions

View File

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

View File

@@ -17,9 +17,12 @@
"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",
"babel-external-helpers": "./bin/babel-external-helpers"
}
}
}