fela-plugin-fallback-value
Advanced tools
Comparing version 12.0.0-rc.0 to 12.0.0-rc.1
{ | ||
"name": "fela-plugin-fallback-value", | ||
"version": "12.0.0-rc.0", | ||
"version": "12.0.0-rc.1", | ||
"description": "Fela plugin to resolve fallback values", | ||
@@ -18,5 +18,5 @@ "typings": "index.d.ts", | ||
"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__", | ||
@@ -29,3 +29,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" | ||
}, | ||
@@ -42,3 +42,4 @@ "repository": "https://github.com/robinweser/fela/", | ||
"dependencies": { | ||
"css-in-js-utils": "^3.0.0" | ||
"css-in-js-utils": "^3.0.0", | ||
"isobject": "^4.0.0" | ||
}, | ||
@@ -62,3 +63,3 @@ "devDependencies": { | ||
}, | ||
"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
6564
2
+ Addedisobject@^4.0.0
+ Addedisobject@4.0.0(transitive)