remove-attr
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "types": "./dist/remove-attributes.d.ts", |
@@ -34,3 +34,3 @@ # Vite Plugin - Remove Attributes | ||
```sh | ||
npm install --save-dev vite-plugin-remove-attr | ||
npm install --save-dev remove-attr | ||
``` | ||
@@ -48,3 +48,3 @@ | ||
import vue from '@vitejs/plugin-vue' | ||
import removeAttr from 'vite-plugin-remove-attr' | ||
import removeAttr from 'remove-attr' | ||
@@ -51,0 +51,0 @@ export default defineConfig({ |
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
44692