Skip to content

Commit

Permalink
Add JSDoc setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellation authored and thron7 committed Nov 27, 2013
1 parent cf9026c commit 0e07ce7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -12,3 +12,4 @@ esprima.js
/test/
/cover_html/
/.coverage_data/
/out/
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -25,11 +25,12 @@
"jshint": "~1.1.0",
"grunt-mocha-test": "~0.6.3",
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"coffee-script": "~1.6.3",
"chai": "~1.7.2",
"esprima": "~1.0.3"
"esprima": "~1.0.3",
"jsdoc": "~3.3.0-alpha2"
},
"licenses": [
{
Expand All @@ -40,6 +41,7 @@
"scripts": {
"test": "grunt travis",
"unit-test": "grunt test",
"lint": "grunt lint"
"lint": "grunt lint",
"jsdoc": "jsdoc escope.js README.md"
}
}

0 comments on commit 0e07ce7

Please sign in to comment.