From 6ec07232239416a1477f7181a2c5608c5d544010 Mon Sep 17 00:00:00 2001 From: Dawid Jaskot Date: Tue, 12 Dec 2017 13:59:29 +0000 Subject: [PATCH] Remove duplication in package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index ba999ba..601a165 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "when": "^3.7.7", "winston": "^2.2.0" }, - "license": "MIT", "main": "app.js", "maintainers": [ { @@ -32,7 +31,7 @@ "url": "https://github.com/builtio-contentstack/contentstack-import" }, "scripts": { - "import" : "node app.js", + "import": "node app.js", "import-assets": "node app.js dump=assets", "import-entries": "node app.js dump=entries", "import-contenttypes": "node app.js dump=contenttypes",