From d7229eb0496f7cb23dc7524f24ebb503d43907f3 Mon Sep 17 00:00:00 2001 From: Dolan Date: Sun, 16 Apr 2017 12:41:24 +0100 Subject: [PATCH] removed rimraf --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e25d1ab3a..47d0e692cf 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "tslint --project ./ts", "build": "rimraf ./build && tsc -p ts", "demo": "npm run build && node ./demo", - "typedoc": "rimraf ./docs && typedoc --out docs/ ts/ --module commonjs --target ES6" + "typedoc": "typedoc --out docs/ ts/ --module commonjs --target ES6" }, "files": [ "ts",