mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
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:
parent
7085ec882c
commit
f7e8dee7af
@ -19,15 +19,13 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
|
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
|
||||||
"js2xmlparser": "0.1.0",
|
"js2xmlparser": "0.1.0",
|
||||||
|
"jshint": "0.9.1",
|
||||||
"jsMD5": "git://github.com/hegemonic/jsMD5.git",
|
"jsMD5": "git://github.com/hegemonic/jsMD5.git",
|
||||||
"markdown": "0.4.0",
|
"markdown": "0.4.0",
|
||||||
"taffydb": "git://github.com/hegemonic/taffydb.git",
|
"taffydb": "git://github.com/hegemonic/taffydb.git",
|
||||||
"underscore": "1.4.2",
|
"underscore": "1.4.2",
|
||||||
"wrench": "1.3.9"
|
"wrench": "1.3.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
|
||||||
"jshint": "0.9.1"
|
|
||||||
},
|
|
||||||
"bugs": "https://github.com/jsdoc3/jsdoc/issues",
|
"bugs": "https://github.com/jsdoc3/jsdoc/issues",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Michael Mathews",
|
"name": "Michael Mathews",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jsdoc",
|
"name": "jsdoc",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"revision": "1350489277766",
|
"revision": "1350490151758",
|
||||||
"description": "An automatic documentation generator for javascript.",
|
"description": "An automatic documentation generator for javascript.",
|
||||||
"keywords": [ "documentation", "javascript" ],
|
"keywords": [ "documentation", "javascript" ],
|
||||||
"licenses": [
|
"licenses": [
|
||||||
@ -19,15 +19,13 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
|
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
|
||||||
"js2xmlparser": "0.1.0",
|
"js2xmlparser": "0.1.0",
|
||||||
|
"jshint": "0.9.1",
|
||||||
"jsMD5": "git://github.com/hegemonic/jsMD5.git",
|
"jsMD5": "git://github.com/hegemonic/jsMD5.git",
|
||||||
"markdown": "0.4.0",
|
"markdown": "0.4.0",
|
||||||
"taffydb": "git://github.com/hegemonic/taffydb.git",
|
"taffydb": "git://github.com/hegemonic/taffydb.git",
|
||||||
"underscore": "1.4.2",
|
"underscore": "1.4.2",
|
||||||
"wrench": "1.3.9"
|
"wrench": "1.3.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
|
||||||
"jshint": "0.9.1"
|
|
||||||
},
|
|
||||||
"bugs": "https://github.com/jsdoc3/jsdoc/issues",
|
"bugs": "https://github.com/jsdoc3/jsdoc/issues",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Michael Mathews",
|
"name": "Michael Mathews",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user