This commit is contained in:
peter
2019-09-22 10:19:21 +02:00
parent 178d10a21e
commit 576ffae1cc
+1 -1
View File
@@ -11,7 +11,7 @@
"build": "npm run clean && tsc && npm run webpack",
"clean": "rm -rf js",
"test": "mocha js/test/Test.js",
"doc": "typedoc --out docs ./src --plugin typedoc-plugin-markdown "
"doc": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown "
},
"author": "",
"license": "ISC",