Skip to content

Commit

Permalink
update vsdoc template
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkastor committed Feb 3, 2014
1 parent 1e6f80f commit 2d1913d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "atropa-wtf",
"version": "2014.1.4",
"version": "2014.2.1",
"description": "JavaScript library for rewording bad poetry.",
"main": "./src/atropa-wtf.js",
"directories": {
Expand All @@ -21,7 +21,7 @@
"lint": "atropa-jslint ./src/atropa-wtf.js",
"srcFormat": "atropa-jsformatter ./src/atropa-wtf.js ./src/atropa-wtf.js",
"pretest": "node dev/browserify.js",
"buildVsdocs": "jsdoc-toolkit -v -d=./docs/vsdoc/ -t=./dev/vsdoc/ -r -s src/ node_modules/atropa-header/src/ node_modules/atropa-regex/src/ node_modules/atropa-string/src/ node_modules/atropa-setAsOptionalArg/src/"
"buildVsdocs": "jsdoc-toolkit -v -d=./docs/vsdoc/ -t=./node_modules/jsdoc-toolkit/templates/vsdoc/ -r -s src/ node_modules/atropa-header/src/ node_modules/atropa-regex/src/ node_modules/atropa-string/src/ node_modules/atropa-setAsOptionalArg/src/"
},
"homepage": "https://github.com/matthewkastor/atropa-wtf/",
"bugs": "https://github.com/matthewkastor/atropa-wtf/issues",
Expand Down

0 comments on commit 2d1913d

Please sign in to comment.