2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-18 12:10:32 +03:00

Clickaway (#12)

This commit is contained in:
Randall Wilk
2018-10-23 12:47:26 -05:00
committed by GitHub
parent 22f582c3da
commit 50abb9633f
5 changed files with 1030 additions and 3758 deletions
+6 -5
View File
@@ -1,6 +1,6 @@
{
"name": "vue-context",
"version": "3.3.0",
"version": "3.3.1",
"description": "A simple vue context menu component.",
"main": "dist/vue-context.js",
"scripts": {
@@ -26,12 +26,13 @@
},
"homepage": "https://github.com/rawilk/vue-context#readme",
"dependencies": {
"vue": "^2.5.16"
"vue": "^2.5.17",
"vue-clickaway": "^2.2.2"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"cross-env": "^5.1.6",
"laravel-mix": "^2.1.11",
"node-sass": "^4.9.0"
"cross-env": "^5.2.0",
"laravel-mix": "^2.1.14",
"node-sass": "^4.9.4"
}
}