diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8c222db..e60cce8a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -116,7 +116,7 @@ In general, we follow the "fork-and-pull" Git workflow. 3. **Commit** changes to your own branch - 3.1. **Add** unit tests covering your change in the `test` folder - 3.2. **Run** the tests with the `npm run eslint test` command - - 3.3. **Ensure** build is working with `npm run build-all` command + - 3.3. **Ensure** build is working with `npm run dist` command 4. **Push** your work back up to your fork 5. Submit a **Pull request** so that we can review your changes diff --git a/package.json b/package.json index 20f45adc..dfbbb781 100644 --- a/package.json +++ b/package.json @@ -38,13 +38,13 @@ "tag": "next" }, "devDependencies": { - "babel-core": "^6.23.1", + "babel-core": "^6.24.0", "babel-eslint": "7.1.1", "babel-loader": "^6.3.2", "babel-plugin-transform-es2015-classes": "^6.23.0", "babel-preset-es2015": "^6.22.0", "clean-webpack-plugin": "^0.1.15", - "codecov": "1.0.1", + "codecov": "2.0.1", "diacritics": "1.3.0", "grunt": "^1.0.1", "grunt-babel": "^6.0.0",