From 0c057d1f0bf1f11aee2a56bba0872bf970852fc1 Mon Sep 17 00:00:00 2001 From: Janne Julkunen Date: Fri, 3 Aug 2018 16:42:22 +0300 Subject: [PATCH] Fixed packages order in the packages file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74ad3b4..f263c63 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,9 @@ "@angular/compiler": "^6.1.0", "@angular/compiler-cli": "^6.1.0", "@angular/core": "^6.1.0", + "@angular/platform-browser": "^6.1.0", "@angular-devkit/build-ng-packagr": "^0.7.0", "@angular-devkit/build-angular": "^0.7.0", - "@angular/platform-browser": "^6.1.0", "@types/node": "^8.10.0", "codelyzer": "^4.4.0", "core-js": "^2.5.0",