Fixed publishing not full lib folder
This commit is contained in:
parent
f74cd51d0b
commit
10793fb770
1
.npmignore
Normal file
1
.npmignore
Normal file
@ -0,0 +1 @@
|
||||
*.html
|
@ -5,7 +5,7 @@
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"files": [
|
||||
"./lib/**/*"
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"test:browser": "npm run build && cp ./src/__tests__/index.html ./lib/ && serve -s lib",
|
||||
|
Loading…
x
Reference in New Issue
Block a user