Skip to content

Commit

Permalink
chore(release): 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 6, 2023
1 parent bcf7d86 commit 7bcb916
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@poppinss/colors",
"version": "4.1.0",
"version": "4.1.1",
"description": "A wrapper on top of kleur with ability to write test against the color functions",
"main": "build/index.js",
"type": "module",
"files": [
"build",
"!build/tests",
"!build/bin"
"!build/tests",
"!build/bin"
],
"exports": {
".": "./build/index.js",
Expand All @@ -21,7 +21,7 @@
"test": "c8 npm run vscode:test",
"clean": "del-cli build",
"typecheck": "tsc --noEmit",
"precompile": "npm run lint && npm run clean",
"precompile": "npm run lint && npm run clean",
"compile": "tsup-node && tsc --emitDeclarationOnly --declaration",
"format": "prettier --write .",
"build": "npm run compile",
Expand Down Expand Up @@ -107,7 +107,7 @@
"clean": true,
"format": "esm",
"dts": false,
"sourcemap": true,
"sourcemap": true,
"target": "esnext"
}
}

0 comments on commit 7bcb916

Please sign in to comment.