Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup a Lerna monorepo #303

Merged
merged 1 commit into from
Jul 23, 2017
Merged

Setup a Lerna monorepo #303

merged 1 commit into from
Jul 23, 2017

Conversation

Andarist
Copy link
Contributor

this fixes #260

language: node_js
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
- "0.12"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

those got removed as unsupported by lerna

@@ -22,6 +22,6 @@
"babel-plugin-transform-es2015-block-scoping": "^6.18.0",
"babel-plugin-transform-es2015-classes": "^6.18.0",
"babel-plugin-transform-es2015-for-of": "^6.18.0",
"regenerator-transform": "^0.9.3"
"regenerator-transform": "^0.9.12"
Copy link
Contributor Author

@Andarist Andarist Jul 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dep updated to match ./packages/regenerator-transform

"test": "node test/run.js"
},
"dependencies": {
"babel-core": "^6.18.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-async-generators": "^6.13.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all of those new deps here got hoisted manually by me from each package, it is supposed to make process of bootstrapping + hoisting faster (lerna)

"lerna": "2.0.0",
"packages": [
"packages/*",
"."
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

root directory could be removed and root's package.json marked as "private": true as this root "package" seems to be deprecated anyway

@benjamn benjamn self-assigned this Jul 23, 2017
@benjamn benjamn merged commit 32cc365 into facebook:master Jul 23, 2017
@benjamn
Copy link
Collaborator

benjamn commented Jul 23, 2017

Awesome, glad to see this happen!

@Andarist Andarist deleted the monorepo branch July 23, 2017 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Lerna to manage packages/regenerator-* versions.
3 participants