Skip to content

Commit 30729d6

Browse files
committed
Add package.json files field instead of .npmignore
1 parent 8f3bae3 commit 30729d6

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.npmignore

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

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "React daum-postcode component",
55
"main": "./lib/index.js",
66
"types": "./index.d.ts",
7+
"files": [
8+
"lib",
9+
"index.d.ts"
10+
],
711
"scripts": {
812
"build": "babel src -d lib",
913
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)