fix: use npm's "files" array instead of npmignore

This commit is contained in:
Michaël Zasso 2019-06-16 19:09:37 +02:00
parent 5a176920b3
commit fd69b25751
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +0,0 @@
demo
docs
__tests__
.eslintrc.yml
.travis.yml

View File

@ -8,6 +8,9 @@
"data",
"format"
],
"files": [
"src"
],
"author": "Miguel Asencio <maasencioh@gmail.com> (https://github.com/maasencioh)",
"repository": "cheminfo/netcdfjs",
"bugs": {

2
src/.npmignore Normal file
View File

@ -0,0 +1,2 @@
__tests__
.npmignore