Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
chore(dependencies): angular 4 rc 5
Browse files Browse the repository at this point in the history
angular 4 rc 5
  • Loading branch information
danbucholtz committed Mar 21, 2017
1 parent ab116fe commit 78293e4
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
"xml2js": "^0.4.17"
},
"devDependencies": {
"@angular/common": "4.0.0-rc.2",
"@angular/compiler": "4.0.0-rc.2",
"@angular/compiler-cli": "4.0.0-rc.2",
"@angular/core": "4.0.0-rc.2",
"@angular/forms": "4.0.0-rc.2",
"@angular/http": "4.0.0-rc.2",
"@angular/platform-browser": "4.0.0-rc.2",
"@angular/platform-browser-dynamic": "4.0.0-rc.2",
"@angular/platform-server": "4.0.0-rc.2",
"@angular/tsc-wrapped": "4.0.0-rc.2",
"@angular/common": "4.0.0-rc.5",
"@angular/compiler": "4.0.0-rc.5",
"@angular/compiler-cli": "4.0.0-rc.5",
"@angular/core": "4.0.0-rc.5",
"@angular/forms": "4.0.0-rc.5",
"@angular/http": "4.0.0-rc.5",
"@angular/platform-browser": "4.0.0-rc.5",
"@angular/platform-browser-dynamic": "4.0.0-rc.5",
"@angular/platform-server": "4.0.0-rc.5",
"@angular/tsc-wrapped": "4.0.0-rc.5",
"@types/chalk": "^0.4.30",
"@types/chokidar": "1.4.29",
"@types/clean-css": "^3.4.29",
Expand Down Expand Up @@ -131,6 +131,7 @@
"transform": {
"^.+\\.(ts)$": "<rootDir>/preprocessor.js"
},
"testRegex": "/src/.*\\.spec\\.(ts|js)$"
"testRegex": "/src/.*\\.spec\\.(ts|js)$",
"coverageDirectory": "coverage"
}
}

0 comments on commit 78293e4

Please sign in to comment.