Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Pratt committed Jul 13, 2021
1 parent b2ab45e commit c86ee26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blaze/css",
"version": "9.2.1",
"version": "9.2.0",
"description": "Open Source UI Toolkit - CSS",
"author": "Gregory Pratt",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"stylelint": "stylelint \"src/**/*.scss\" --fix",
"prettier": "prettier --write './**/*'",
"prepare": "husky install",
"preversion": "npm test",
"preversion": "npm run prettier && npm run stylelint && npm test",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push --follow-tags"
},
Expand Down

0 comments on commit c86ee26

Please sign in to comment.