Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kricsleo committed Jun 17, 2023
1 parent 0a4fd15 commit b329e4b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craie",
"type": "module",
"version": "0.0.11",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "Output colorful logs, much like chalk but works for the browser.",
"author": "Kricsleo <[email protected]>",
Expand All @@ -12,7 +12,13 @@
"url": "git+https://github.com/kricsleo/craie.git"
},
"bugs": "https://github.com/kricsleo/craie/issues",
"keywords": ["console", "log", "color", "browser" , "chalk"],
"keywords": [
"console",
"log",
"color",
"browser",
"chalk"
],
"sideEffects": false,
"exports": {
".": {
Expand Down

0 comments on commit b329e4b

Please sign in to comment.