diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/package.json b/package.json index 283c79f6..780b9a3d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "watch": "rollup -c rollup.config.js -w", "typedoc": "typedoc --options tsdoc.json --out ./docs/type/ ./src/main.ts", "tsc": "tsc --emitDeclarationOnly", - "prepublishOnly": "npm run tsc&&npm run build&&npm run typedoc" + "prepublishOnly": "npm run tsc&&npm run build" }, "repository": { "type": "git",