Browse Source

push

master
peter 5 years ago
parent
commit
d237067e4a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

11
     "build": "npm run clean && tsc && npm run webpack",
11
     "build": "npm run clean && tsc && npm run webpack",
12
     "clean": "rm -rf js",
12
     "clean": "rm -rf js",
13
     "test": "mocha js/test/Test.js",
13
     "test": "mocha js/test/Test.js",
14
-    "docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file --hideBreadcrumbs"
14
+    "docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file --hideBreadcrumbs --hideSources"
15
   },
15
   },
16
   "author": "",
16
   "author": "",
17
   "license": "ISC",
17
   "license": "ISC",

Loading…
Cancel
Save