@ewc-lib/ewc-dialog
Advanced tools
Comparing version 2.0.3-alpha to 2.0.4-alpha
{ | ||
"name": "@ewc-lib/ewc-dialog", | ||
"version": "2.0.3-alpha", | ||
"version": "2.0.4-alpha", | ||
"description": "", | ||
@@ -14,4 +14,4 @@ "main": "src/main.js", | ||
"dependencies": { | ||
"@ewc-lib/ewc-css": "^0.8.0" | ||
"@ewc-lib/ewc-css": "^0.12.5" | ||
} | ||
} |
@@ -25,3 +25,3 @@ # Screenshot | ||
"dependencies": { | ||
"@ewc-lib/ewc-dialog": "^0.1.0" | ||
"@ewc-lib/ewc-dialog": "latest" | ||
}, | ||
@@ -31,6 +31,3 @@ | ||
const CopyPlugin = require("copy-webpack-plugin") | ||
... | ||
module: { | ||
@@ -46,10 +43,4 @@ rules: [ | ||
] | ||
}, | ||
plugins: [ | ||
new CopyPlugin({ | ||
patterns: [ | ||
{ from: "./node_modules/@ewc-lib/ewc-dialog/originalImages/close-filled.svg", to: "./assets" } | ||
], | ||
}), | ||
], | ||
} | ||
... | ||
@@ -56,0 +47,0 @@ ## index.html |
@@ -100,2 +100,2 @@ import HTML from "./html.js" // keep this file html free | ||
window.customElements.define('ewc-dialog', Element) | ||
} | ||
} |
111
69075
67
+ Added@ewc-lib/ewc-css@0.12.8(transitive)
- Removed@ewc-lib/ewc-css@0.8.0(transitive)
Updated@ewc-lib/ewc-css@^0.12.5