Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore: move typings from postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Feb 29, 2016
1 parent 63d4552 commit b7f4d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"prepublish": "./node_modules/.bin/tsc && gulp build",
"postinstall": "./node_modules/.bin/typings install",
"typings": "./node_modules/.bin/typings install",
"tsc": "./node_modules/.bin/tsc",
"tsc:w": "./node_modules/.bin/tsc -w",
"test": "karma start karma.conf.js",
Expand All @@ -30,9 +30,9 @@
"url": "https://github.com/angular/zone.js/issues"
},
"dependencies": {
"es6-promise": "^3.0.2"
},
"devDependencies": {
"es6-promise": "^3.0.2",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.2",
"gulp-tsc": "^1.1.4",
Expand Down

0 comments on commit b7f4d9d

Please sign in to comment.