Skip to content

Commit 294364a

Browse files
committed
Fix for typings error in postinstall script
1 parent 661ab2d commit 294364a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"watch": "webpack-dev-server --host 0.0.0.0",
1414
"build": "webpack",
1515
"lint": "tslint ./source/*.ts",
16-
"postinstall": "typings install"
16+
"prepare-development": "typings install"
1717
},
1818
"author": "Oleksandr Beshchuk <[email protected]>",
1919
"license": "Apache-2.0",

0 commit comments

Comments
 (0)