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:
+6
-5
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user