mirror of
https://github.com/cheminfo/netcdfjs.git
synced 2026-02-01 16:57:35 +00:00
fix: use npm's "files" array instead of npmignore
This commit is contained in:
parent
5a176920b3
commit
fd69b25751
@ -1,5 +0,0 @@
|
||||
demo
|
||||
docs
|
||||
__tests__
|
||||
.eslintrc.yml
|
||||
.travis.yml
|
||||
@ -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
2
src/.npmignore
Normal file
@ -0,0 +1,2 @@
|
||||
__tests__
|
||||
.npmignore
|
||||
Loading…
x
Reference in New Issue
Block a user