@zodash/load-css
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.7](https://github.com/zcorky/zodash/compare/@zodash/load-css@0.0.6...@zodash/load-css@0.0.7) (2021-09-22) | ||
**Note:** Version bump only for package @zodash/load-css | ||
## [0.0.6](https://github.com/zcorky/zodash/compare/@zodash/load-css@0.0.5...@zodash/load-css@0.0.6) (2021-03-25) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@zodash/load-css", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Dynamic load css file", | ||
@@ -61,3 +61,5 @@ "keywords": [ | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "yarn clean && tsc", | ||
"watch": "yarn clean && tsc -w", | ||
"clean": "rm -rf lib", | ||
"test": "jest -w 1", | ||
@@ -69,3 +71,3 @@ "coverage": "codecov" | ||
}, | ||
"gitHead": "bd85904bdf3094ed8d65df0fa57c695c74d4dc87" | ||
"gitHead": "94dc8d1577cd67a4cf89884b10c23eb9caeef9f7" | ||
} |
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
6422