Files array instead of npmignore
This commit is contained in:
parent
e5d1040ca0
commit
860808ec01
|
@ -1,6 +0,0 @@
|
||||||
*
|
|
||||||
!pictures/**
|
|
||||||
!index.html
|
|
||||||
!LICENSE.md
|
|
||||||
!README.md
|
|
||||||
!package.json
|
|
|
@ -20,6 +20,12 @@
|
||||||
"presentation",
|
"presentation",
|
||||||
"template"
|
"template"
|
||||||
],
|
],
|
||||||
|
"files": [
|
||||||
|
"pictures/**",
|
||||||
|
"index.html",
|
||||||
|
"LICENSE.md",
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"shower-core": "^2.0.5",
|
"shower-core": "^2.0.5",
|
||||||
"shower-material": "^1.0.4",
|
"shower-material": "^1.0.4",
|
||||||
|
|
Loading…
Reference in New Issue