Skip to content

Commit 2c2a009

Browse files
committed
build: replace npmignore with files in package.json
1 parent 33f96e1 commit 2c2a009

File tree

2 files changed

+3
-34
lines changed

2 files changed

+3
-34
lines changed

.npmignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
77
"typings": "./dist/es/index.d.ts",
8+
"files": [
9+
"dist"
10+
],
811
"scripts": {
912
"build-storybook": "build-storybook -c .storybook -o docs",
1013
"check": "run-p lint typecheck",

0 commit comments

Comments
 (0)