Add .npmignore
Without a .npmignore, the default is to ignore what's in .gitignore, which includes dist/*.js, which should not be npm-ignored.
This commit is contained in:
parent
54b2887667
commit
5925a43c2b
9
.npmignore
Normal file
9
.npmignore
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
node_modules
|
||||||
|
.DS_Store
|
||||||
|
tmp/**/*
|
||||||
|
.idea
|
||||||
|
.idea/**/*
|
||||||
|
*.iml
|
||||||
|
*.sublime-*
|
||||||
|
_site
|
||||||
|
coverage/
|
Loading…
Reference in New Issue
Block a user