We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c8795 commit 0c996d1Copy full SHA for 0c996d1
package.json
@@ -9,8 +9,7 @@
9
},
10
"keywords": [],
11
"scripts": {
12
- "test": "node tests/runner",
13
- "postinstall": "typings install"
+ "test": "node tests/runner"
14
15
"repository": {
16
"type": "git",
@@ -45,7 +44,8 @@
45
44
"resolve": "^1.0.0",
46
"silent-error": "^1.0.0",
47
"symlink-or-copy": "^1.0.1",
48
- "typescript": "~1.7.3"
+ "typescript": "~1.7.3",
+ "typings": "^0.6.2"
49
50
"ember-addon": {
51
"paths": [
@@ -62,7 +62,6 @@
62
"rewire": "^2.3.4",
63
"shelljs": "^0.5.3",
64
"through": "^2.3.8",
65
- "typings": "^0.6.2",
66
"walk-sync": "^0.2.6"
67
}
68
0 commit comments