Skip to content

Commit 7b04529

Browse files
committed
Fix angular version
1 parent 4e39b89 commit 7b04529

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

Diff for: package-lock.json

+32-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"license": "MIT",
1818
"repository": "https://github.com/zyra/ionic2-super-tabs",
1919
"devDependencies": {
20-
"@angular/common": "4.4.6",
21-
"@angular/compiler": "4.4.6",
22-
"@angular/compiler-cli": "4.4.6",
23-
"@angular/core": "4.4.6",
24-
"@angular/forms": "4.4.6",
25-
"@angular/http": "4.4.6",
26-
"@angular/platform-browser": "4.4.6",
27-
"@angular/platform-browser-dynamic": "4.4.6",
20+
"@angular/common": "4.4.3",
21+
"@angular/compiler": "4.4.3",
22+
"@angular/compiler-cli": "4.4.3",
23+
"@angular/core": "4.4.3",
24+
"@angular/forms": "4.4.3",
25+
"@angular/http": "4.4.3",
26+
"@angular/platform-browser": "4.4.3",
27+
"@angular/platform-browser-dynamic": "4.4.3",
2828
"conventional-changelog-cli": "^1.3.4",
2929
"ionic-angular": "3.9.2",
3030
"ionicons": "3.0.0",

0 commit comments

Comments
 (0)