diff --git a/package.json b/package.json index 38e5bb7..a3eeb05 100644 --- a/package.json +++ b/package.json @@ -5,17 +5,12 @@ "main": "./index.js", "types": "./index.d.ts", "files": [ - "dist" + "components", + "index.d.ts", + "index.js", + "style.css", + "package.json" ], - "scripts": { - "buildw": "npm run clean && webpack --config webpack.prod.js && tsc", - "build": "npm run clean && node scripts/build.js", - "build:dev": "webpack --config webpack.dev.js", - "clean": "rimraf dist", - "test": "jest", - "doc": "storybook dev -p 6006", - "build-storybook": "storybook build" - }, "keywords": [], "author": "", "license": "ISC",