1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-08 01:16:40 +02:00

Merge branch 'master' into 358-increase-coverage

This commit is contained in:
Max Guglielmi 2017-03-16 13:32:07 +11:00
commit e93df29cc0
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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",