@bcredi/global-css
Advanced tools
Comparing version 0.2.0 to 0.2.1
# Changelog | ||
## 0.2.1 - 2019-09-25 | ||
### Changed | ||
- [Path] Add `typography.css` to final bundle. | ||
### Removed | ||
- [Minor] Remove Google Fonts import | ||
## 0.2.0 - 2019-09-20 | ||
@@ -12,3 +22,2 @@ | ||
## 0.1.0 - 2019-05-31 | ||
@@ -15,0 +24,0 @@ |
{ | ||
"name": "@bcredi/global-css", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Global style for building Bcredi Design System UI", | ||
"main": "dist/bcredi-global.css", | ||
"style": "dist/bcredi-global.css", | ||
"main": "dist/index.css", | ||
"style": "dist/index.css", | ||
"scripts": { | ||
"prebuild": "rm -rf dist && mkdir -p dist", | ||
"build": "postcss src/*.css --dir dist -u precss autoprefixer cssnano rucksack-css --no-map", | ||
"postbuild": "cat dist/reset.css dist/custom.css > dist/index.css" | ||
"postbuild": "cat dist/reset.css dist/typography.css dist/custom.css > dist/index.css" | ||
}, | ||
@@ -27,3 +27,3 @@ "files": [ | ||
}, | ||
"gitHead": "115fe86d7985bda624995fd1f37ef01197101641" | ||
"gitHead": "82a9b458dad1ec6f01a5d588eb1c68fdfe3c8d41" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7916
1