[Pkg-javascript-commits] [less.js] 10/26: Package: Replaces tilde with caret.
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:25:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.1.0
in repository less.js.
commit ed34989cb45058e85085248b0714c352b2abd8a4
Author: Adeel <adeelbm at outlook.com>
Date: Sat Nov 15 18:05:07 2014 +0200
Package: Replaces tilde with caret.
See the difference:
http://stackoverflow.com/a/22345808/863980
---
package.json | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/package.json b/package.json
index 18e4f36..d23e9a6 100644
--- a/package.json
+++ b/package.json
@@ -40,27 +40,27 @@
"test": "grunt test"
},
"optionalDependencies": {
- "graceful-fs": "~3.0.4",
- "mime": "~1.2.11",
- "request": "~2.48.0",
- "mkdirp": "~0.5.0",
- "source-map": "0.1.x",
- "promise": "~6.0.1"
+ "graceful-fs": "^3.0.4",
+ "mime": "^1.2.11",
+ "request": "^2.48.0",
+ "mkdirp": "^0.5.0",
+ "source-map": "^0.1.x",
+ "promise": "^6.0.1"
},
"devDependencies": {
- "diff": "~1.0",
- "grunt": "~0.4.5",
- "grunt-contrib-clean": "~0.6.0",
- "grunt-contrib-concat": "~0.5.0",
- "grunt-contrib-connect": "~0.9.0",
- "grunt-contrib-jasmine": "~0.8.1",
- "grunt-contrib-jshint": "~0.10.0",
- "grunt-contrib-uglify": "~0.6.0",
- "grunt-shell": "~1.1.1",
- "grunt-browserify": "~3.2.0",
- "matchdep": "~0.3.0",
- "time-grunt": "~1.0.0",
- "grunt-saucelabs": "~8.3.2"
+ "diff": "^1.0",
+ "grunt": "^0.4.5",
+ "grunt-contrib-clean": "^0.6.0",
+ "grunt-contrib-concat": "^0.5.0",
+ "grunt-contrib-connect": "^0.9.0",
+ "grunt-contrib-jasmine": "^0.8.1",
+ "grunt-contrib-jshint": "^0.10.0",
+ "grunt-contrib-uglify": "^0.6.0",
+ "grunt-shell": "^1.1.1",
+ "grunt-browserify": "^3.2.0",
+ "matchdep": "^0.3.0",
+ "time-grunt": "^1.0.0",
+ "grunt-saucelabs": "^8.3.2"
},
"keywords": [
"compile less",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list