Skip to content

Commit

Permalink
Use ~ for deps and update v8flags to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Mar 15, 2018
1 parent 8ae6299 commit 98ba9e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -15,15 +15,15 @@
"grunt": "bin/grunt"
},
"dependencies": {
"grunt-known-options": "^1.1.0",
"interpret": "^1.1.0",
"liftoff": "^2.5.0",
"nopt": "^4.0.1",
"v8flags": "^3.0.1"
"grunt-known-options": "~1.1.0",
"interpret": "~1.1.0",
"liftoff": "~2.5.0",
"nopt": "~4.0.1",
"v8flags": "~3.0.2"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0"
"grunt": "~1.0.2",
"grunt-contrib-jshint": "~1.1.0"
},
"files": [
"bin",
Expand Down

0 comments on commit 98ba9e6

Please sign in to comment.