vue-inline-svg
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "vue-inline-svg", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Replace SVG images with inline SVG element", | ||
"main": "dist/vue-inline-svg.js", | ||
"module": "src/index.js", | ||
"browser": "dist/vue-inline-svg.js", | ||
"unpkg": "dist/vue-inline-svg.min.js", | ||
@@ -36,9 +37,9 @@ "scripts": { | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0", | ||
"@babel/preset-env": "^7.9.0", | ||
"@babel/core": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"eslint": "^6", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"pre-commit": "^1.2.2", | ||
"rollup": "^2.1.0", | ||
"rollup": "^2.8.2", | ||
"rollup-plugin-babel": "^4.4.0", | ||
@@ -45,0 +46,0 @@ "rollup-plugin-terser": "^5.3.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49809