Skip to content

Commit

Permalink
Fix grunt version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenaua committed Jun 18, 2018
1 parent a237e9a commit ccb4174
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -30,7 +30,7 @@
"moment": ">= 2.9.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt": "1.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
Expand All @@ -41,7 +41,9 @@
"main": "builds/moment-timezone-with-data",
"shim": {
"moment-timezone": {
"deps": ["moment"]
"deps": [
"moment"
]
}
}
},
Expand Down

0 comments on commit ccb4174

Please sign in to comment.