Skip to content

Commit

Permalink
type-scale v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Sep 10, 2018
1 parent 1e0b21c commit 74610c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/border/package.json
@@ -1,6 +1,6 @@
{
"name": "basscss-border",
"version": "4.0.2",
"version": "4.0.3",
"description": "Border styles module for Basscss",
"scripts": {
"prepublish": "mkdir -p css && postcss index.css -u postcss-import -u postcss-custom-media -u postcss-custom-properties -u autoprefixer -o css/border.css"
Expand Down
2 changes: 1 addition & 1 deletion modules/type-scale/package.json
@@ -1,6 +1,6 @@
{
"name": "basscss-type-scale",
"version": "1.0.5",
"version": "1.0.6",
"description": "Type scale utility styles for Basscss",
"scripts": {
"prepublish": "mkdir -p css && postcss index.css -u postcss-import -u postcss-custom-media -u postcss-custom-properties -u autoprefixer -o css/type-scale.css"
Expand Down

0 comments on commit 74610c1

Please sign in to comment.