Skip to content

Commit

Permalink
feat: Added .npmignore
Browse files Browse the repository at this point in the history
Finally added a '.npmignore file'! This should reduce the package size significantly because the image in the README isn't a part of the package anymore

Version: 1.3.1
  • Loading branch information
danielFHcode committed Dec 20, 2022
1 parent 41b3e02 commit 3b94c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
readmeFiles/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hoverer",
"version": "1.3.0",
"version": "1.3.1",
"description": "make text appear on hover",
"main": "hoverer.js",
"scripts": {},
Expand Down

0 comments on commit 3b94c66

Please sign in to comment.