Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Migrate to new org #92

Merged
merged 2 commits into from
Aug 23, 2018
Merged

Migrate to new org #92

merged 2 commits into from
Aug 23, 2018

Conversation

eliperelman
Copy link
Member

No description provided.

@eliperelman eliperelman requested a review from edmorley August 21, 2018 16:52
Copy link
Member

@edmorley edmorley left a comment

Choose a reason for hiding this comment

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

Lets split the licence changes out to a new PR, since they are more involved

@eliperelman eliperelman changed the title Migrate to new org and license Migrate to new org Aug 22, 2018
@eliperelman eliperelman requested a review from edmorley August 22, 2018 16:13
README.md Outdated
@@ -915,7 +923,9 @@ config.module
config.module
.rule('compile')
.use('babel')
.tap(options => merge(options, { plugins: ['babel-plugin-syntax-object-rest-spread'] }));
.tap(options => merge(options, {
plugins: ['babel-plugin-syntax-object-rest-spread']
Copy link
Member

Choose a reason for hiding this comment

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

While we're here, let's change this to the new style scoped package names, and also something that isn't already handled by @babel/preset-env. Perhaps @babel/plugin-proposal-class-properties?

@@ -18,7 +18,7 @@
"scripts": {
"test": "ava test",
"lint": "eslint src test .eslintrc.js",
"changelog": "changelog mozilla-neutrino/webpack-chain all --markdown > CHANGELOG.md"
"changelog": "changelog neutrinojs/webpack-chain all --markdown > CHANGELOG.md"
Copy link
Member

Choose a reason for hiding this comment

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

Could you also regenerate CHANGELOG.md so it picks up the new repo URL?

@eliperelman eliperelman merged commit 1555b78 into neutrinojs:master Aug 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants