@svgr/babel-plugin-remove-jsx-attribute
Advanced tools
Comparing version 5.4.0 to 6.0.0-alpha.1
{ | ||
"name": "@svgr/babel-plugin-remove-jsx-attribute", | ||
"description": "Remove JSX attribute", | ||
"version": "5.4.0", | ||
"main": "lib/index.js", | ||
"version": "6.0.0-alpha.1", | ||
"main": "./dist/index.js", | ||
"exports": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute", | ||
@@ -23,8 +25,11 @@ "author": "Greg Bergé <berge.greg@gmail.com>", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0-0" | ||
}, | ||
"scripts": { | ||
"prebuild": "rm -rf lib/", | ||
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src", | ||
"prepublishOnly": "yarn run build" | ||
"reset": "rm -rf dist", | ||
"build": "rollup -c ../../build/rollup.config.js", | ||
"prepublishOnly": "npm run reset && npm run build" | ||
}, | ||
"gitHead": "e9c9d2fbfbce7a6879c90cd8522101caf2406d42" | ||
"gitHead": "22e2736665552263fff88683e1551b8ad852b150" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
4613
6
30
1
1