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 <code@rebertia.com>2014-03-13 03:34:23 +0400
committerChris Rebert <code@rebertia.com>2014-03-13 03:34:23 +0400
commit0b7f777272e770cfe838ae29c021cbf02b0aac96 (patch)
tree89cf35859bd824c45fa97c569380ee241bdbef9e
parente060f2a3e21d93b1d6b581b62d2c095fbfa66d0d (diff)
switch from ^ to ~ since dependencies are all pre-1.0
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 9c94c20..8423943 100644
--- a/package.json
+++ b/package.json
@@ -28,12 +28,12 @@
"css-flip": "~0.3.0"
},
"devDependencies": {
- "grunt-contrib-jshint": "^0.8.0",
- "grunt-contrib-clean": "^0.5.0",
- "grunt-contrib-nodeunit": "^0.3.2",
- "grunt": "^0.4.2",
- "grunt-jscs-checker": "^0.4.0",
- "load-grunt-tasks": "^0.4.0"
+ "grunt-contrib-jshint": "~0.8.0",
+ "grunt-contrib-clean": "~0.5.0",
+ "grunt-contrib-nodeunit": "~0.3.2",
+ "grunt": "~0.4.2",
+ "grunt-jscs-checker": "~0.4.0",
+ "load-grunt-tasks": "~0.4.0"
},
"peerDependencies": {
"grunt": "~0.4.2"