diff --git a/package-lock.json b/package-lock.json index 02e2882..1ce7a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "artistic-components", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 0a656d7..3553e6a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "name": "artistic-components", - "version": "0.1.1", + "version": "0.2.0", "type": "module", "author": "snorlax.xu", + "main": "dist/index.js", + "files": [ + "dist" + ], "scripts": { "dev": "npm run storybook", "build": "tsc && npm run copy-files",