Skip to content

Commit

Permalink
New version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaclyde committed Mar 24, 2024
1 parent 4ded0f8 commit 5a77318
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": "styled-mini-props",
"version": "1.2.4",
"version": "1.2.5",
"author": "Matías E Sanhueza <manoloesanhueza@gmail.com>",
"description": "Small helper tool for styled components. Provides a minimalist solution for responsive properties and for hover and focus css pseudoclasses.",
"keywords": [
Expand All @@ -15,7 +15,7 @@
"ci": "yarn install --frozen-lockfile",
"clean": "rm -rf dist",
"lint": "eslint \"**/*.{js,jsx}\"",
"prepublish": "npm run clean & npm run build",
"prepublish": "yarn clean & yarn build",
"test": "vitest"
},
"repository": {
Expand Down

0 comments on commit 5a77318

Please sign in to comment.