update ignored files

This commit is contained in:
Michael Barrett 2015-05-01 19:28:00 +01:00
parent 91b2931c69
commit 5fe5543a1f
2 changed files with 7 additions and 1 deletions

2
.npmignore Normal file
View File

@ -0,0 +1,2 @@
/*
!/dist/

View File

@ -7,5 +7,9 @@
"authors": [
"Michael David Barrett <mike182uk@gmail.com>"
],
"license": "MIT"
"license": "MIT",
"ignore": [
"/*",
"!/dist/"
]
}