Skip to content

Commit f53fbd7

Browse files
committed
Remove postinstall script
1 parent 940c911 commit f53fbd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "abp-ng2-module",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"scripts": {
55
"lint": "tslint src/**/*.ts",
66
"test": "tsc --skipLibCheck && karma start",
7-
"postinstall": "typings install",
87
"prepublish": "tsc --skipLibCheck",
98
"tsc": "tsc --skipLibCheck",
109
"typings": "typings"

0 commit comments

Comments
 (0)