Skip to content

Commit

Permalink
6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Oct 7, 2024
1 parent 401f3e2 commit df6e3ae
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": "chalk-pipe",
"version": "6.1.0",
"version": "6.2.0",
"description": "Create chalk style schemes with simpler style strings",
"type": "module",
"exports": "./distribution/index.js",
Expand All @@ -12,7 +12,7 @@
"distribution"
],
"scripts": {
"prepublishOnly": "npm run build",
"prepublishOnly": "npm run build",
"build": "del-cli distribution && tsc",
"pretest": "npm run build",
"test": "xo && c8 ava"
Expand Down

0 comments on commit df6e3ae

Please sign in to comment.