Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirtiny committed May 14, 2024
1 parent 00c6e5a commit 9c4e58b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@shirtiny/logger",
"version": "4.2.1",
"version": "5.0.0",
"description": "Simple console log with css, write in typescript.",
"types": "./dist/types/main.d.ts",
"main": "./dist/main.es.js",
"module": "./dist/main.es.js",
"exports": {
".": {
"import": "./dist/main.es.js",
"types": "./dist/types/main.d.ts",
"require": "./dist/cli.js"
},
"./src/*": {
Expand Down

0 comments on commit 9c4e58b

Please sign in to comment.