Skip to content

Commit 1bf4be6

Browse files
committed
updated to call typings install on java_process after install
1 parent 1af4de0 commit 1bf4be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "java_process",
3-
"version": "0.1.0-4",
3+
"version": "0.1.0-5",
44
"description": "Node to Java Ipc using stdin, stdout and stderr, using a small and simple protocol allowing node to interact with java",
55
"main": "dist/java_process.js",
66
"typescript": {
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"postinstall": "autodts link",
1212
"prepublish": "tsc && autodts generate",
13-
"preinstall": "npm install autodts",
13+
"preinstall": "typings install && npm install autodts",
1414
"typings": "typings install",
1515
"build": "tsc",
1616
"jasmine": "jasmine",

0 commit comments

Comments
 (0)