Skip to content
Snippets Groups Projects
Commit 2ce253e8 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Fixed the versions int he nativescript package.json so it can work now.

parent 1addb770
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"version": "2.2.1"
},
"tns-android": {
"version": "2.2.0"
"version": "2.3.0"
}
},
"scripts": {
......@@ -24,21 +24,21 @@
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"@angular/platform-server": "2.0.0-rc.6",
"@angular/router": "3.0.0-rc.2",
"@ngrx/core": "^1.1.0",
"@ngrx/store": "^2.1.2",
"angulartics2": "^1.1.5",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"lodash": "^4.13.1",
"@ngrx/core": "1.1.0",
"@ngrx/store": "2.1.2",
"angulartics2": "1.1.5",
"es6-promise": "3.0.2",
"es6-shim": "0.35.0",
"lodash": "4.13.1",
"nativescript-angular": "next",
"nativescript-ng2-translate": "^1.2.0",
"ng2-translate": "^2.4.3",
"nativescript-ng2-translate": "1.2.0",
"ng2-translate": "2.4.3",
"parse5": "1.4.2",
"punycode": "1.3.2",
"querystring": "0.2.0",
"reflect-metadata": "^0.1.3",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.11",
"tns-core-modules": "^2.2.1",
"tns-core-modules": "2.2.1",
"url": "0.10.3",
"zone.js": "0.6.17"
},
......@@ -48,8 +48,8 @@
"babylon": "6.8.0",
"filewalker": "0.1.2",
"lazy": "1.0.11",
"nativescript-dev-typescript": "^0.3.2",
"shelljs": "^0.5.3",
"typescript": "^1.8.10"
"nativescript-dev-typescript": "0.3.2",
"shelljs": "0.5.3",
"typescript": "1.8.10"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment