Skip to content

Commit af36219

Browse files
committed
Updated meta files
1 parent e776056 commit af36219

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ language: node_js
22
node_js:
33
- '0.8'
44
- '0.10'
5-
5+
before_script:
6+
- npm install -g grunt-cli

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
],
5757
"license": "MIT",
5858
"devDependencies": {
59-
"grunt": "~0.4.1",
60-
"grunt-contrib-clean": "~0.4.1",
61-
"grunt-contrib-coffee": "~0.7.0",
62-
"grunt-contrib-compress": "~0.5.2",
63-
"grunt-contrib-concat": "~0.3.0",
64-
"grunt-contrib-copy": "~0.4.1",
65-
"grunt-contrib-jasmine": "~0.5.1",
66-
"grunt-contrib-uglify": "~0.2.2",
67-
"matchdep": "~0.1.2"
59+
"grunt": "~0.4",
60+
"grunt-contrib-clean": "~0.4",
61+
"grunt-contrib-coffee": "~0.7",
62+
"grunt-contrib-compress": "~0.5",
63+
"grunt-contrib-concat": "~0.3",
64+
"grunt-contrib-copy": "~0.4",
65+
"grunt-contrib-jasmine": "~0.5",
66+
"grunt-contrib-uglify": "~0.2",
67+
"matchdep": "~0.1"
6868
}
6969
}

0 commit comments

Comments
 (0)