Skip to content

Commit

Permalink
chore(npm): ignore zip files in root (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Jan 11, 2020
1 parent 516f9f1 commit 4f1bcc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -11,3 +11,4 @@ karma.conf.js
karma-v0.8.conf.js
CONTRIBUTING.md
integration-tests.sh
*.tgz

2 comments on commit 4f1bcc9

@XhmikosR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnjbarton any reason why you don't go with the files section in package.json?

@XhmikosR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we just need lib/*.js? It seems to me it would be a lot cleaner to remove the .npmignore file and just use the files section.

Please sign in to comment.