Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Mar 28, 2022
1 parent 14ace00 commit bba5f5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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": "postcss-sayonara",
"version": "0.4.0",
"version": "0.4.1",
"description": "PostCSS plugin to limit used declarations to a given set",
"keywords": [
"postcss",
Expand Down Expand Up @@ -28,6 +28,6 @@
},
"scripts": {
"lint": "standard --fix",
"test": "jest"
"test": "jest && npm run lint"
}
}

0 comments on commit bba5f5c

Please sign in to comment.