Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fix(npm): use tilde ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanavas M committed Jul 17, 2016
1 parent 8554310 commit 5cdf216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"glob": "~7.0.0",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-rtc": "^0.1.1",
"grunt-wiredep": "^3.0.1",
"gulp-rtc": "^1.0.0",
"grunt-rtc": "~0.1.1",
"grunt-wiredep": "~3.0.1",
"gulp-rtc": "~1.0.0",
"gulp-wiredep": "~0.0.0",
"helmet": "~1.3.0",
"jasmine-core": "~2.4.1",
Expand Down

0 comments on commit 5cdf216

Please sign in to comment.