[Pkg-javascript-commits] [pdf.js] 190/204: Use the tilde (~) consistently in package.json
David Prévot
taffit at moszumanska.debian.org
Sat Oct 25 18:50:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit cd33d0717c96a517d0ef600e789c12e7ad33b260
Author: Michał Gołębiowski <m.goleb at gmail.com>
Date: Tue Oct 14 14:00:39 2014 +0200
Use the tilde (~) consistently in package.json
Closes #5407
---
package.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 985c6d8..cc5fba8 100644
--- a/package.json
+++ b/package.json
@@ -3,11 +3,11 @@
"version": "0.8.0",
"devDependencies": {
"jsdoc": "3.3.0-alpha9",
- "jshint": "2.4.x",
- "wintersmith": "2.0.x",
- "moment": "2.3.x",
- "underscore": "1.4.x",
- "typogr": "0.5.x",
+ "jshint": "~2.4.0",
+ "wintersmith": "~2.0.0",
+ "moment": "~2.3.0",
+ "underscore": "~1.4.0",
+ "typogr": "~0.5.0",
"yargs": "~1.2.1"
},
"scripts": {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list