mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Move jshint & yargs to devDependencies
This commit is contained in:
parent
40ba989592
commit
f28acb7b52
1 changed files with 3 additions and 5 deletions
|
@ -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 ."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue