@mdn/minimalist
Advanced tools
Comparing version 0.2.2 to 0.2.3
# Changelog | ||
### [0.2.3](https://www.github.com/mdn/mdn-minimalist/compare/v0.2.2...v0.2.3) (2020-11-10) | ||
### Bug Fixes | ||
* kbd element ([16eb53c](https://www.github.com/mdn/mdn-minimalist/commit/16eb53ca7ef8a5ef6889275cd753b8e0e304b8d6)), closes [#232](https://www.github.com/mdn/mdn-minimalist/issues/232) | ||
* notecards ([028c887](https://www.github.com/mdn/mdn-minimalist/commit/028c8871d70a9d3fe601f0fc236b12d821347a6d)), closes [#239](https://www.github.com/mdn/mdn-minimalist/issues/239) | ||
* use 100% for base font size ([0cb467a](https://www.github.com/mdn/mdn-minimalist/commit/0cb467a71cc34405a3c620c7654cc7c1018153f4)), closes [#237](https://www.github.com/mdn/mdn-minimalist/issues/237) | ||
### [0.2.2](https://www.github.com/mdn/mdn-minimalist/compare/v0.2.1...v0.2.2) (2020-11-06) | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@mdn/minimalist", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "The base Sass for Mozilla Developer based projects and products", | ||
"scripts": { | ||
"build": "webpack", | ||
"build:sass": "sass ./sass/mdn-minimalist.scss ./public/css/main.css --watch", | ||
"build:sass": "sass ./sass/mdn-minimalist.scss ./public/css/main.css", | ||
"build:sass:watch": "sass ./sass/mdn-minimalist.scss ./public/css/main.css --watch", | ||
"build:sass:variables": "sass ./sass/shared-variables.module.scss ./public/css/shared-variables.module.css", | ||
"copy": "cp -R ./typography ./public/typography", | ||
"lint": "stylelint sass/**/*.scss", | ||
"precommit": "npm run prettier:staged", | ||
"precommit": "yarn run prettier:staged", | ||
"prettier:check": "prettier --check **/*.scss", | ||
@@ -16,4 +17,6 @@ "prettier:format": "prettier --write **/*.scss", | ||
"server": "http-server -p 8090", | ||
"start": "run-p build:sass copy server", | ||
"test": "jest" | ||
"start": "run-p build:sass:watch copy server", | ||
"start:webpack": "run-p build copy server", | ||
"test": "yarn run test:bundlesize && jest", | ||
"test:bundlesize": "yarn build:sass && bundlesize" | ||
}, | ||
@@ -38,2 +41,4 @@ "repository": { | ||
"devDependencies": { | ||
"@mdn/dinocons": "^0.1.2", | ||
"bundlesize": "^0.18.0", | ||
"css-loader": "^5.0.0", | ||
@@ -59,5 +64,13 @@ "file-loader": "^6.1.0", | ||
"stylelint-scss": "^3.15.0", | ||
"url-loader": "^4.1.1", | ||
"webpack": "^5.0.0", | ||
"webpack-cli": "^4.0.0" | ||
} | ||
}, | ||
"bundlesize": [ | ||
{ | ||
"path": "./public/css/main.css", | ||
"maxSize": "10 kB", | ||
"compression": "gzip" | ||
} | ||
] | ||
} |
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
206388
37
25