File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @otris/jsdoc-tsd" ,
3
- "version" : " 0.8.4 " ,
3
+ "version" : " 0.8.5 " ,
4
4
"description" : " JSDoc Template for generate typescript definition files from JSDoc comments" ,
5
5
"main" : " src-out/core/publish.js" ,
6
6
"repository" : {
11
11
"prepublish" : " rm -rf src-out && tsc -p ./" ,
12
12
"compile" : " tsc -watch -p ./" ,
13
13
"parse-example" : " move /Y src-out\\ core\\ publish.js src-out\\ core\\ publish.backup.js && copy /Y src-out\\ core\\ publish-example.js src-out\\ core\\ publish.js && jsdoc -r exampleProject -t src-out\\ core && move /Y src-out\\ core\\ publish.backup.js src-out\\ core\\ publish.js" ,
14
- "postinstall" : " tsc -p ./" ,
15
14
"test" : " mocha --compilers=ts:ts-node/register --no-timeouts src/test/**/test.*.ts" ,
16
15
"test-extension" : " jsdoc -r exampleProject -t src-out/core" ,
17
16
"test-publish" : " npm pack"
You can’t perform that action at this time.
0 commit comments