From 0bee6f4134f397a08f1f2435c1bb252d6524f843 Mon Sep 17 00:00:00 2001 From: unhandledrejection <1021679588@qq.com> Date: Fri, 14 Aug 2020 23:33:07 +0800 Subject: [PATCH] chore: pkg name --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 57a14e5..e4a40f8 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "singleQuote": true, "trailingComma": "es5" }, - "name": "remind", - "author": "unhandledrejection", - "module": "dist/remind.esm.js", + "name": "remindjs", + "author": "luvsic3", + "module": "dist/remindjs.esm.js", "devDependencies": { "@babel/core": "^7.9.0", "@storybook/addon-actions": "^5.3.17",