mdn-minimalist
Advanced tools
Comparing version 0.1.22 to 0.1.23
{ | ||
"name": "mdn-minimalist", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"description": "The base Sass for Mozilla Developer based projects and products", | ||
@@ -9,2 +9,3 @@ "scripts": { | ||
"copy": "cp -R ./typography ./public/typography", | ||
"copy:dinocons": "cp -R ./dinocons ./public/dinocons", | ||
"lint": "stylelint sass/**/*.scss", | ||
@@ -17,3 +18,3 @@ "optim:svg": "svgo --config=./.svgo.yml -r ./dinocons", | ||
"server": "http-server -p 8090", | ||
"start": "run-p build:sass copy server", | ||
"start": "run-p build:sass copy copy:dinocons server", | ||
"test": "jest" | ||
@@ -20,0 +21,0 @@ }, |
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
164239
94