Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-02-05 21:42:45 +0300
committerChris Rebert <github@rebertia.com>2015-02-05 21:42:45 +0300
commit7e14003c35ea6c3d66566c4735cb4d1baad7feed (patch)
tree9dfc08ad0abef93debc7ed16c5dc478cf20b8767
parent511c3633589c36748cec9c43f654f0308f02bc8d (diff)
favor ^ version operator
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 30f51d9..8859c1d 100644
--- a/package.json
+++ b/package.json
@@ -24,9 +24,9 @@
},
"devDependencies": {
"grunt": "~0.4.5",
- "grunt-contrib-clean": "~0.6.0",
- "grunt-contrib-jshint": "~0.11.0",
- "grunt-contrib-nodeunit": "~0.4.1",
+ "grunt-contrib-clean": "^0.6.0",
+ "grunt-contrib-jshint": "^0.11.0",
+ "grunt-contrib-nodeunit": "^0.4.1",
"grunt-eslint": "^5.1.0",
"grunt-jscs": "^1.2.0",
"load-grunt-tasks": "^3.1.0"