Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
Roll back to Angular 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Oct 23, 2016
1 parent 213b92e commit fd78709
Showing 1 changed file with 19 additions and 21 deletions.
40 changes: 19 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,36 @@
},
"private": true,
"dependencies": {
"@angular/common": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/forms": "^2.1.0",
"@angular/http": "^2.1.0",
"@angular/platform-browser": "^2.1.0",
"@angular/platform-browser-dynamic": "^2.1.0",
"@angular/router": "^3.1.0",
"@angular/common": "2.0.1",
"@angular/compiler": "2.0.1",
"@angular/core": "2.0.1",
"@angular/forms": "2.0.1",
"@angular/http": "2.0.1",
"@angular/platform-browser": "2.0.1",
"@angular/platform-browser-dynamic": "2.0.1",
"@angular/router": "3.0.1",
"core-js": "^2.4.1",
"ng2-slim-loading-bar": "^2.0.3",
"rxjs": "5.0.0-rc.1",
"rxjs": "5.0.0-beta.12",
"ts-helpers": "^1.1.1",
"zone.js": "^0.6.23"
},
"devDependencies": {
"@types/jasmine": "^2.2.30",
"@types/node": "^6.0.45",
"@types/protractor": "^1.5.20",
"@types/selenium-webdriver": "^2.44.28",
"angular-cli": "^1.0.0-beta.17",
"@types/protractor": "1.5.18",
"angular-cli": "1.0.0-beta.18",
"codelyzer": "~0.0.26",
"coveralls": "^2.11.14",
"jasmine-core": "^2.5.0",
"jasmine-spec-reporter": "^2.7.0",
"karma": "^1.3.0",
"karma-cli": "^1.0.1",
"jasmine-core": "2.5.1",
"jasmine-spec-reporter": "2.7.0",
"karma": "1.2.0",
"karma-chrome-launcher": "2.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-remap-istanbul": "^0.2.1",
"protractor": "^4.0.9",
"ts-node": "^1.6.0",
"tslint": "^3.15.0",
"typescript": "^2.0.3"
"protractor": "^4.0.5",
"ts-node": "1.3.0",
"tslint": "3.15.1",
"typescript": "^2.0.2"
}
}

0 comments on commit fd78709

Please sign in to comment.