Skip to content

Commit 31cfddb

Browse files
committed
Minor fixes in node packages and Travis CI configuration file.
1 parent f38d1e0 commit 31cfddb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: node_js
22
node_js:
33
- "0.10"
44
- "0.8"
5-
- "0.6"
65
install:
76
- npm install
87
before_script:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"devDependencies": {
1313
"grunt": "~0.4.1",
14-
"grunt-contrib-jasmine": "^0.6.5",
15-
"grunt-contrib-jshint": "^0.10.0",
14+
"grunt-contrib-jasmine": "~0.6.5",
15+
"grunt-contrib-jshint": "~0.10.0",
1616
"grunt-contrib-uglify": "~0.2.2",
17-
"grunt-contrib-watch": "^0.6.1",
18-
"load-grunt-tasks": "^0.4.0"
17+
"grunt-contrib-watch": "~0.6.1",
18+
"load-grunt-tasks": "~0.4.0"
1919
},
2020
"scripts": {
2121
"test": "grunt travis --verbose"

0 commit comments

Comments
 (0)