We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3bae3 commit 30729d6Copy full SHA for 30729d6
2 files changed
.npmignore
package.json
@@ -4,6 +4,10 @@
4
"description": "React daum-postcode component",
5
"main": "./lib/index.js",
6
"types": "./index.d.ts",
7
+ "files": [
8
+ "lib",
9
+ "index.d.ts"
10
+ ],
11
"scripts": {
12
"build": "babel src -d lib",
13
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments