1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-09 01:12:38 +02:00

Merge branch 'master' into issue-197-misc-refactoring

This commit is contained in:
Max Guglielmi 2016-05-04 20:03:45 +10:00
commit bebcd45647
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
language: node_js
node_js:
- '0.12'
- '4.4.3'
before_script:
- npm install grunt-cli -g
script:

View file

@ -28,13 +28,13 @@
"tag": "next"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-core": "^6.8.0",
"babel-eslint": "6.0.4",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.5.0",
"babel-plugin-transform-es2015-classes": "^6.7.7",
"clean-webpack-plugin": "^0.1.9",
"grunt": "^0.4.5",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",