Skip to content

Commit d542a15

Browse files
author
Maximilian Wehrstedt
committed
removed postinstall hook for v0.8.5
1 parent 94803a4 commit d542a15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otris/jsdoc-tsd",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
44
"description": "JSDoc Template for generate typescript definition files from JSDoc comments",
55
"main": "src-out/core/publish.js",
66
"repository": {
@@ -11,7 +11,6 @@
1111
"prepublish": "rm -rf src-out && tsc -p ./",
1212
"compile": "tsc -watch -p ./",
1313
"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 ./",
1514
"test": "mocha --compilers=ts:ts-node/register --no-timeouts src/test/**/test.*.ts",
1615
"test-extension": "jsdoc -r exampleProject -t src-out/core",
1716
"test-publish": "npm pack"

0 commit comments

Comments
 (0)