@svgr/babel-plugin-remove-jsx-empty-expression
Advanced tools
Comparing version 5.0.1 to 6.0.0-alpha.1
{ | ||
"name": "@svgr/babel-plugin-remove-jsx-empty-expression", | ||
"description": "Remove JSX empty expression", | ||
"version": "5.0.1", | ||
"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-empty-expression", | ||
@@ -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": "2c0863b6821ef6b86bd7ad1a0267ba7e07b163ff" | ||
"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
6
20
3507
1
1