Skip to content

Commit

Permalink
Update .gitignore & package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
afnizarnur committed Oct 13, 2020
1 parent 4a0923f commit 3d1de21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.vscode
node_modules
build
.env
.env
vue/*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nataicons",
"version": "0.0.3",
"version": "0.0.4",
"description": "A fun-themed and simple icon library made by Natatoko for everyone",
"author": "Afnizar Nur Ghifari <[email protected]>",
"main": "index.js",
Expand Down Expand Up @@ -35,6 +35,6 @@
},
"files": [
"icons",
"components/"
"vue"
]
}

0 comments on commit 3d1de21

Please sign in to comment.