From f8610e6511d486510aa1bb40b6b6bd84ae33f6ba Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sat, 19 Sep 2020 18:44:53 +0800 Subject: [PATCH] Update package.json Correctly declare dependencies. --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3f684b7..a899049 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.7", + "version": "1.0.8", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -20,11 +20,9 @@ "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, - "dependencies": { - "mem": "^6.1.0" - }, "peerDependencies": { - "react": ">=16" + "react": ">=16", + "mem": "^6.1.0" }, "husky": { "hooks": { @@ -59,6 +57,7 @@ "ts-loader": "^8.0.2", "tsdx": "^0.13.2", "tslib": "^2.0.0", - "typescript": "^3.9.7" + "typescript": "^3.9.7", + "mem": "^6.1.0" } }