Skip to content

Commit

Permalink
feat: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGuy10 committed Dec 12, 2023
1 parent a11d0be commit b8da5bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "toodles",
"version": "1.0.0",
"version": "1.1.0",
"description": "A simple, clean and minimalist logger.",
"exports": "./build/index.js",
"type": "module",
"exports": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build/*"
"./build/index.js",
"./build/index.d.ts"
],
"homepage": "https://github.com/darkguy10/Toodles#readme",
"bugs": {
Expand Down Expand Up @@ -39,8 +41,5 @@
"eslint": "^8.42.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"dependencies": {
"chalk": "^5.2.0"
}
}
10 changes: 0 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8da5bd

Please sign in to comment.