Skip to content

Commit 9cf075f

Browse files
authored
[#38] chore: prepare release 1.1.1 and ignore multiple files on the final bundle (#41)
1 parent 331bc0c commit 9cf075f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Ignore all files not related with the final build
2+
.github
3+
coverage
4+
node_modules
5+
scripts
6+
site
7+
test
8+
.all-contributorsrc
9+
.eslintrc
10+
.gitignore
11+
.travis.yml

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svgi",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "An SVG inspector tool",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)