1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-29 10:50:51 +02:00

Merge pull request #172 from koalyptus/greenkeeper-grunt-1.0.1

Update grunt to version 1.0.1 🚀
This commit is contained in:
koalyptus 2016-05-04 20:02:42 +10:00
commit 0e626a3a62
2 changed files with 3 additions and 3 deletions

View file

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

View file

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