Comparing version 1.6.6 to 1.6.7
{ | ||
"name": "vudal", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "Another modal window for vue", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -168,3 +168,2 @@ import $ from 'jquery'; | ||
getParentModals(modal) { | ||
console.log(modal.parents); | ||
return modal.parents.map((parent) => { | ||
@@ -171,0 +170,0 @@ return this.modals.filter((m) => { |
@@ -6,9 +6,3 @@ var path = require('path'); | ||
config = { | ||
entry: path.join(__dirname, 'example', 'index'), | ||
output: { | ||
path: path.join(__dirname, 'example'), | ||
filename: 'bundle.js' | ||
}, | ||
module: { | ||
@@ -15,0 +9,0 @@ loaders: [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
282377
28
1178