move JSHint to regular dependencies list

Technically, JSHint is only a dev dependency. But if you run `npm
install --dev git://github.com/jsdoc3/jsdoc.git`, npm tries to install
approximately every npm package that has ever existed, including many
that require gcc compilation.

This approach seems like the sanest workaround.
This commit is contained in:
Jeff Williams 2012-10-17 09:15:23 -07:00
parent 7085ec882c
commit f7e8dee7af
2 changed files with 3 additions and 7 deletions

View File

@ -19,15 +19,13 @@
"dependencies": {
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
"js2xmlparser": "0.1.0",
"jshint": "0.9.1",
"jsMD5": "git://github.com/hegemonic/jsMD5.git",
"markdown": "0.4.0",
"taffydb": "git://github.com/hegemonic/taffydb.git",
"underscore": "1.4.2",
"wrench": "1.3.9"
},
"devDependencies": {
"jshint": "0.9.1"
},
"bugs": "https://github.com/jsdoc3/jsdoc/issues",
"author": {
"name": "Michael Mathews",

View File

@ -1,7 +1,7 @@
{
"name": "jsdoc",
"version": "3.0.0",
"revision": "1350489277766",
"revision": "1350490151758",
"description": "An automatic documentation generator for javascript.",
"keywords": [ "documentation", "javascript" ],
"licenses": [
@ -19,15 +19,13 @@
"dependencies": {
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
"js2xmlparser": "0.1.0",
"jshint": "0.9.1",
"jsMD5": "git://github.com/hegemonic/jsMD5.git",
"markdown": "0.4.0",
"taffydb": "git://github.com/hegemonic/taffydb.git",
"underscore": "1.4.2",
"wrench": "1.3.9"
},
"devDependencies": {
"jshint": "0.9.1"
},
"bugs": "https://github.com/jsdoc3/jsdoc/issues",
"author": {
"name": "Michael Mathews",