1
Showing
gulpfile.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -6,7 +6,8 @@ |
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"buildDoc":"jsdoc", | ||
"buildDoc": "jsdoc", | ||
"watchDoc": "gulp", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
... | ... | @@ -16,7 +17,10 @@ |
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"jsdoc": "^3.6.6", | ||
"browser-sync": "^2.26.13", | ||
"gulp": "^4.0.2", | ||
"gulp-typedoc": "^2.2.5", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.5" | ||
} | ||
} | ||
\ No newline at end of file |
test.js
deleted
100644 → 0
Please register or sign in to comment