Skip to content

Commit 0c996d1

Browse files
committed
chore(build): remove typings postinstall command
1 parent e2c8795 commit 0c996d1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
},
1010
"keywords": [],
1111
"scripts": {
12-
"test": "node tests/runner",
13-
"postinstall": "typings install"
12+
"test": "node tests/runner"
1413
},
1514
"repository": {
1615
"type": "git",
@@ -45,7 +44,8 @@
4544
"resolve": "^1.0.0",
4645
"silent-error": "^1.0.0",
4746
"symlink-or-copy": "^1.0.1",
48-
"typescript": "~1.7.3"
47+
"typescript": "~1.7.3",
48+
"typings": "^0.6.2"
4949
},
5050
"ember-addon": {
5151
"paths": [
@@ -62,7 +62,6 @@
6262
"rewire": "^2.3.4",
6363
"shelljs": "^0.5.3",
6464
"through": "^2.3.8",
65-
"typings": "^0.6.2",
6665
"walk-sync": "^0.2.6"
6766
}
6867
}

0 commit comments

Comments
 (0)