From 029395d3f94712b9b549fd9f6769149a5d4d6033 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Thu, 18 Jul 2019 00:26:56 +0530 Subject: [PATCH] Minor fix --- package-lock.json | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9db4c475d..3fd97c892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mevn-cli", - "version": "1.5.1", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2601,7 +2601,6 @@ "version": "7.4.4", "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.4.4.tgz", "integrity": "sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg==", - "dev": true, "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.2" @@ -2610,14 +2609,12 @@ "core-js": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.9.tgz", - "integrity": "sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==", - "dev": true + "integrity": "sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==" }, "regenerator-runtime": { "version": "0.13.2", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz", - "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==", - "dev": true + "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==" } } }, diff --git a/package.json b/package.json index edbdf51e7..ca2fde48f 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ }, "homepage": "https://github.com/MadlabsInc/mevn-cli#readme", "dependencies": { + "@babel/polyfill": "^7.4.4", "chalk": "^2.4.1", "commander": "^2.16.0", "didyoumean": "^1.2.1", @@ -66,7 +67,6 @@ "devDependencies": { "@babel/cli": "^7.4.3", "@babel/core": "^7.4.3", - "@babel/polyfill": "^7.4.4", "@babel/preset-env": "^7.5.0", "babel-eslint": "^10.0.1", "babel-jest": "^24.8.0",