From ee9c58e086e95db22a5ac6364a09e367e1c463e5 Mon Sep 17 00:00:00 2001 From: 3846masa <3846masahiro+git@gmail.com> Date: Mon, 30 Oct 2017 22:10:17 +0900 Subject: [PATCH] Fix dependencies --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index c31333c..8ba9c59 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "lodash.debounce": "^4.0.8", "lodash.iserror": "^3.1.1", "moment": "^2.19.1", + "npm": "^5.5.1", "remark-parse": "^4.0.0", "resolve-from": "^4.0.0", "sane": "^2.2.0", @@ -58,9 +59,6 @@ "update-notifier": "^2.3.0", "yargs": "^9.0.1" }, - "peerDependencies": { - "npm": "*" - }, "devDependencies": { "@paperist/types-remark": "^0.1.3", "@types/chalk": "^2.2.0", @@ -83,7 +81,6 @@ "@types/tmp": "^0.0.33", "@types/update-notifier": "^1.0.2", "@types/yargs": "^8.0.2", - "npm": "^5.5.1", "npm-run-all": "^4.1.1", "pkg": "^4.2.5", "ts-node": "^3.3.0",