[Pkg-javascript-commits] [pdf.js] 121/210: Move jshint & yargs to devDependencies
David Prévot
taffit at moszumanska.debian.org
Thu Jun 5 14:21:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch upstream
in repository pdf.js.
commit f28acb7b528a7224db828cf0afd757eb47355e2d
Author: Michał Gołębiowski <m.goleb at gmail.com>
Date: Tue May 13 02:31:54 2014 +0200
Move jshint & yargs to devDependencies
---
package.json | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index bf27be0..1485c92 100644
--- a/package.json
+++ b/package.json
@@ -1,16 +1,14 @@
{
"name": "pdf.js",
"version": "0.8.0",
- "dependencies": {
- "jshint": "2.4.x",
- "yargs": "~1.2.1"
- },
"devDependencies": {
"jsdoc": "~3.3.0",
+ "jshint": "2.4.x",
"wintersmith": "2.0.x",
"moment": "2.3.x",
"underscore": "1.4.x",
- "typogr": "0.5.x"
+ "typogr": "0.5.x",
+ "yargs": "~1.2.1"
},
"scripts": {
"test": "node ./node_modules/.bin/jshint ."
--
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