We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0e28b commit 0391f87Copy full SHA for 0391f87
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
3
node_js:
4
-- '0.10'
+- '6'
5
6
before_install:
7
- export DISPLAY=:99.0
package.json
@@ -26,12 +26,12 @@
26
"babel-loader": "^6.2.10",
27
"babel-preset-es2015": "^6.22.0",
28
"clean-webpack-plugin": "^0.1.15",
29
- "express": "~3.4.8",
30
- "grunt": "~0.4.5",
31
- "grunt-contrib-connect": "~0.10.1",
+ "express": "^4.14.0",
+ "grunt": "^1.0.1",
+ "grunt-contrib-connect": "^1.0.2",
32
"grunt-contrib-copy": "^1.0.0",
33
- "grunt-contrib-jshint": "~1.0.0",
34
- "grunt-contrib-watch": "~0.6.1",
+ "grunt-contrib-jshint": "^1.1.0",
+ "grunt-contrib-watch": "^1.0.0",
35
"grunt-karma": "^2.0.0",
36
"grunt-webpack": "^1.0.18",
37
"jasmine-core": "^2.5.2",
0 commit comments