Skip to content

Commit

Permalink
[#38] chore: prepare release 1.1.1 and ignore multiple files on the f…
Browse files Browse the repository at this point in the history
…inal bundle (#41)
  • Loading branch information
Angelmmiguel authored Feb 14, 2022
1 parent 331bc0c commit 9cf075f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Ignore all files not related with the final build
.github
coverage
node_modules
scripts
site
test
.all-contributorsrc
.eslintrc
.gitignore
.travis.yml
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svgi",
"version": "1.1.0",
"version": "1.1.1",
"description": "An SVG inspector tool",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 9cf075f

Please sign in to comment.