Files array instead of npmignore

This commit is contained in:
Vadim Makeev 2016-03-23 23:59:05 +03:00
parent e5d1040ca0
commit 860808ec01
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +0,0 @@
*
!pictures/**
!index.html
!LICENSE.md
!README.md
!package.json

View File

@ -20,6 +20,12 @@
"presentation",
"template"
],
"files": [
"pictures/**",
"index.html",
"LICENSE.md",
"README.md"
],
"dependencies": {
"shower-core": "^2.0.5",
"shower-material": "^1.0.4",