Skip to content

Commit

Permalink
Remove Vue from required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DCzajkowski committed Mar 24, 2018
1 parent 5720cf5 commit 6065ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 1 addition & 6 deletions package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-emoji-picker",
"description": "Simple Vue.js emoji picker with unicode characters",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist-module/main.js",
"scripts": {
"prepublish": "npm run build && npm run browser-build",
Expand Down Expand Up @@ -29,9 +29,6 @@
"url": "https://github.com/DCzajkowski/vue-emoji-picker/issues"
},
"homepage": "https://github.com/DCzajkowski/vue-emoji-picker#readme",
"dependencies": {
"vue": "^2.3.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.0.0",
Expand Down

0 comments on commit 6065ef5

Please sign in to comment.