浏览代码

push

master
peter 5 年前
父节点
当前提交
d237067e4a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      package.json

+ 1
- 1
package.json 查看文件

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",

正在加载...
取消
保存