babel-plugin-react-test-id
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "babel-plugin-react-test-id", | ||
"description": "Babel plugin for dealing with test ID props in your components", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "lib/index.js", | ||
@@ -14,4 +14,9 @@ "author": "Chris Sauve <chrismsauve@gmail.com>", | ||
"build": "babel src --out-dir lib", | ||
"prepublish": "in-publish && (yarn run check && yarn run build) || :" | ||
"prepublish": "in-publish && yarn run build || :" | ||
}, | ||
"files": [ | ||
"README.md", | ||
"index.js", | ||
"lib" | ||
], | ||
"eslintConfig": { | ||
@@ -18,0 +23,0 @@ "extends": [ |
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
3241
5
36