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 f38d1e0 commit 31cfddbCopy full SHA for 31cfddb
.travis.yml
@@ -2,7 +2,6 @@ language: node_js
2
node_js:
3
- "0.10"
4
- "0.8"
5
- - "0.6"
6
install:
7
- npm install
8
before_script:
package.json
@@ -11,11 +11,11 @@
11
},
12
"devDependencies": {
13
"grunt": "~0.4.1",
14
- "grunt-contrib-jasmine": "^0.6.5",
15
- "grunt-contrib-jshint": "^0.10.0",
+ "grunt-contrib-jasmine": "~0.6.5",
+ "grunt-contrib-jshint": "~0.10.0",
16
"grunt-contrib-uglify": "~0.2.2",
17
- "grunt-contrib-watch": "^0.6.1",
18
- "load-grunt-tasks": "^0.4.0"
+ "grunt-contrib-watch": "~0.6.1",
+ "load-grunt-tasks": "~0.4.0"
19
20
"scripts": {
21
"test": "grunt travis --verbose"
0 commit comments