@svgr/babel-plugin-remove-jsx-attribute
Advanced tools
Comparing version 6.5.0 to 7.0.0
{ | ||
"name": "@svgr/babel-plugin-remove-jsx-attribute", | ||
"description": "Remove JSX attribute", | ||
"version": "6.5.0", | ||
"version": "7.0.0", | ||
"main": "./dist/index.js", | ||
@@ -23,3 +23,3 @@ "types": "./dist/index.d.ts", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=14" | ||
}, | ||
@@ -37,6 +37,6 @@ "homepage": "https://react-svgr.com", | ||
"reset": "rm -rf dist", | ||
"build": "rollup -c ../../build/rollup.config.js", | ||
"build": "rollup -c ../../build/rollup.config.mjs", | ||
"prepublishOnly": "npm run reset && npm run build" | ||
}, | ||
"gitHead": "b385279d27e51d34e4684dda326aa4216a485572" | ||
"gitHead": "3b04a923ae6e0945a9401ad7da7efe26204c8390" | ||
} |
Sorry, the diff of this file is not supported yet
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
5012