Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "henris", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Henri's Sass Toolbelt", | ||
@@ -13,6 +13,10 @@ "main": "index.scss", | ||
"build:node-sass": "node-sass index.local.scss dist/node-sass/index.css", | ||
"build:dist": "npm run build", | ||
"build:base": "node-sass build/index.base.scss dist/henris-base.css", | ||
"build:full": "node-sass build/index.full.scss dist/henris.css", | ||
"build:base:min": "node-sass build/index.base.scss dist/henris-base.css --output-style compressed", | ||
"build:full:min": "node-sass build/index.full.scss dist/henris.css --output-style compressed", | ||
"build:dist": "npm run build && npm run build:base && npm run build:full && npm run build:base:min && npm run build:full:min", | ||
"stylelint": "stylelint 'src/**/*.scss'", | ||
"stylelint:fix": "stylelint 'src/**/*.scss' --fix", | ||
"prepublishOnly": "npm run test" | ||
"prepublishOnly": "npm run test && npm run build:dist" | ||
}, | ||
@@ -19,0 +23,0 @@ "repository": { |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
182027
11
658