From 47c74d015d130a15768be5e783b80f9bfcc97754 Mon Sep 17 00:00:00 2001 From: Amadou Ada DIENE Date: Sat, 18 Apr 2020 01:12:59 +0200 Subject: [PATCH] feat: move production dependencies into development dependencies --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4ac5e7c..3370fff 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "ng:build": "ng build --prod --base-href ./" }, "private": true, - "dependencies": { + "dependencies": {}, + "devDependencies": { "@angular/animations": "~9.1.1", "@angular/common": "~9.1.1", "@angular/compiler": "~9.1.1", @@ -21,9 +22,7 @@ "@angular/router": "~9.1.1", "rxjs": "~6.5.4", "tslib": "^1.10.0", - "zone.js": "~0.10.2" - }, - "devDependencies": { + "zone.js": "~0.10.2", "@angular-devkit/build-angular": "~0.901.1", "@angular/cli": "~9.1.1", "@angular/compiler-cli": "~9.1.1",