mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-19 14:00:50 +08:00
build: use files instead of npmignore
This commit is contained in:
parent
f65d541c7d
commit
d05fcf1210
@ -1,7 +1 @@
|
||||
node_modules
|
||||
test/unit/coverage
|
||||
build
|
||||
demo
|
||||
doc
|
||||
test
|
||||
Dockerfile
|
||||
~*
|
@ -24,6 +24,13 @@
|
||||
"publishConfig": {
|
||||
"registry": "***REMOVED***"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"lib",
|
||||
"packages",
|
||||
"styles",
|
||||
"index.js"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.8.4",
|
||||
"@babel/core": "^7.8.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user