chore(npm): move tsd update to post install and add tsd version to devDependencies

This commit is contained in:
Igor Minar 2015-04-15 15:53:39 -07:00
parent 5408abca68
commit ea9d24be31
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,7 @@
"url": "https://github.com/angular/angular.git"
},
"scripts": {
"preinstall": "npm install tsd && tsd update --config modules/angular2/tsd.json && tsd update --config tools/tsd.json",
"postinstall": "webdriver-manager update && bower install && gulp pubget.dart",
"postinstall": "webdriver-manager update && bower install && gulp pubget.dart && tsd update --config modules/angular2/tsd.json && tsd update --config tools/tsd.json",
"test": "gulp test.all.js && gulp test.all.dart"
},
"dependencies": {
@ -98,6 +97,7 @@
"ternary-stream": "^1.2.3",
"through2": "^0.6.1",
"ts2dart": "^0.3.0",
"tsd": "^0.5.7",
"typescript": "alexeagle/TypeScript#93dbbe2a2d0b42cefd02ac949e4bc8ab6b5b5823",
"vinyl": "^0.4.6",
"walk-sync": "^0.1.3",