Skip to content

Commit

Permalink
chore: release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Feb 20, 2021
1 parent 3ef4b25 commit 30e267b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/snack-themes.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/snack-themes.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/snack.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/snack.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/snack-themes.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/snack.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snack.css",
"version": "2.3.0",
"version": "2.4.0",
"description": "A minimal CSS framework for web.",
"main": "dist/snack.css",
"files": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"postcss": "postcss -r dist/*.css --map",
"watch": "onchange src -- run-p build:dev",
"lint": "stylelint --syntax scss \"src/**/*.scss\" --fix",
"publish": "npm run build && npm publish"
"prepublish": "npm run build"
},
"devDependencies": {
"autoprefixer": "^10.2.4",
Expand Down

0 comments on commit 30e267b

Please sign in to comment.