@sil/base-style
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@sil/base-style", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Basic styling css from projects", | ||
@@ -8,3 +8,7 @@ "main": "index.scss", | ||
"test": "npm run build && node script/test.js", | ||
"build": "node script/sass.js", | ||
"build": "npm run sass", | ||
"sass": "npm run sass:default && npm run sass:grid && npm run sass:full", | ||
"sass:default": "sass --load-path node_modules src/scss/index.scss dist/app.css", | ||
"sass:grid": "sass --load-path node_modules src/scss/index.grid.scss dist/app.grid.css", | ||
"sass:full": "sass --load-path node_modules src/scss/index.full.scss dist/app.full.css", | ||
"dev": "sass src/scss/app.scss dist/app.css --watch" | ||
@@ -38,4 +42,4 @@ }, | ||
"henris": "^0.5.1", | ||
"silicons": "^0.1.5" | ||
"silicons": "^0.1.7" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
789552
26
26460
0
Updatedsilicons@^0.1.7