Skip to content

Commit

Permalink
chore: remove package-lock from gitignore (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoritoBandito authored Aug 20, 2018
1 parent fbf2412 commit 8d531d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
package-lock.json
node_modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetify-upload-button",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Vue.js component for showing a Vuetify input/button for file uploading.",
"main": "dist/vuetify-upload-button.js",
"scripts": {
Expand Down

0 comments on commit 8d531d0

Please sign in to comment.