Skip to content

Commit 0391f87

Browse files
committed
grunt and node update
1 parent 3f0e28b commit 0391f87

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- '0.10'
4+
- '6'
55

66
before_install:
77
- export DISPLAY=:99.0

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"babel-loader": "^6.2.10",
2727
"babel-preset-es2015": "^6.22.0",
2828
"clean-webpack-plugin": "^0.1.15",
29-
"express": "~3.4.8",
30-
"grunt": "~0.4.5",
31-
"grunt-contrib-connect": "~0.10.1",
29+
"express": "^4.14.0",
30+
"grunt": "^1.0.1",
31+
"grunt-contrib-connect": "^1.0.2",
3232
"grunt-contrib-copy": "^1.0.0",
33-
"grunt-contrib-jshint": "~1.0.0",
34-
"grunt-contrib-watch": "~0.6.1",
33+
"grunt-contrib-jshint": "^1.1.0",
34+
"grunt-contrib-watch": "^1.0.0",
3535
"grunt-karma": "^2.0.0",
3636
"grunt-webpack": "^1.0.18",
3737
"jasmine-core": "^2.5.2",

0 commit comments

Comments
 (0)