fela-plugin-validator
Advanced tools
Comparing version 12.0.0-rc.0 to 12.0.0-rc.1
{ | ||
"name": "fela-plugin-validator", | ||
"version": "12.0.0-rc.0", | ||
"version": "12.0.0-rc.1", | ||
"description": "Fela plugin to validate style objects", | ||
@@ -17,5 +17,5 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"setup": "yarn build", | ||
"setup": "pnpm build", | ||
"clean": "rimraf lib es coverage", | ||
"build": "yarn clean && yarn build:es && yarn build:lib", | ||
"build": "pnpm clean && pnpm build:es && pnpm build:lib", | ||
"build:es": "babel src --out-dir es --ignore **/__tests__", | ||
@@ -28,3 +28,3 @@ "build:lib": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --ignore **/__tests__", | ||
"test": "jest --config=jest.config.js", | ||
"coverage": "yarn test --coverage" | ||
"coverage": "pnpm test --coverage" | ||
}, | ||
@@ -44,3 +44,3 @@ "repository": "https://github.com/robinweser/fela/", | ||
"csslint": "^1.0.5", | ||
"fela-utils": "^12.0.0-rc.0", | ||
"fela-utils": "^12.0.0-rc.1", | ||
"isobject": "^3.0.1" | ||
@@ -65,3 +65,3 @@ }, | ||
}, | ||
"gitHead": "00f02f410f17a7693479ea3349bb3a9f223359af" | ||
"gitHead": "20e073d04b1a97beb6a099e160b0813db845a5e9" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
Updatedfela-utils@^12.0.0-rc.1