Skip to content

Commit 4a4122e

Browse files
Update grunt to version 1.0.0
Closes js-cookiegh-169.
1 parent 0c8f5e1 commit 4a4122e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
3-
- '0.10'
4-
before_script:
5-
- npm install -g grunt-cli
3+
- '5.1.1'
64
# Only use grunt-ci for commits pushed to this repo. Fall back to regular test
75
# for pull requests (as secure variables won't be exposed there).
86
script:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"author": "Klaus Hartl",
2828
"license": "MIT",
2929
"devDependencies": {
30-
"grunt": "0.4.5",
30+
"grunt": "1.0.0",
3131
"grunt-compare-size": "0.4.0",
3232
"grunt-contrib-connect": "1.0.0",
3333
"grunt-contrib-jshint": "1.0.0",

0 commit comments

Comments
 (0)