Skip to content

Commit

Permalink
fix(web): fix angular2-mdl version to 2.7.0 for compatibility with an…
Browse files Browse the repository at this point in the history
…gular 2.2.4

fix(web): upgreade angular-cli to 1.0.0-beta.21 to fix #1
  • Loading branch information
shripalsoni04 committed Dec 19, 2016
1 parent 25c7a1f commit a7cae57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 20,15 @@
"@angular/platform-browser": "~2.2.1",
"@angular/platform-browser-dynamic": "~2.2.1",
"@angular/router": "~3.2.1",
"angular2-mdl": "2.7.0",
"core-js": "^2.4.1",
"firebase": "^3.4.1",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.25",
"ts-helpers": "^1.1.1",
"angular2-mdl": "^2.0.1",
"firebase": "^3.4.1"
"zone.js": "^0.6.25"
},
"devDependencies": {
"angular-cli": "1.0.0-beta.20-4",
"angular-cli": "1.0.0-beta.21",
"codelyzer": "~1.0.0-beta.4",
"jasmine-core": "2.4.1",
"jasmine-spec-reporter": "2.5.0",
Expand All @@ -40,6 40,6 @@
"protractor": "4.0.5",
"ts-node": "1.2.1",
"tslint": "3.13.0",
"typescript": "2.0.2"
"typescript": "~2.0.3"
}
}

0 comments on commit a7cae57

Please sign in to comment.