diff --git a/package.json b/package.json index acd2f7b..95d1a15 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "1.2.3", "description": "Icon library from the Storybook team", "author": { - "name": "cdedreuille" + "name": "cdedreuille", + "email": "charles@chromatic.com" }, "license": "MIT", "repository": { @@ -103,7 +104,7 @@ }, "auto": { "plugins": [ - "pnpm" + "npm" ] } }