Skip to content

Commit b8da5bd

Browse files
committed
feat: release v1.1.0
1 parent a11d0be commit b8da5bd

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "toodles",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A simple, clean and minimalist logger.",
5-
"exports": "./build/index.js",
65
"type": "module",
6+
"exports": "./build/index.js",
7+
"types": "./build/index.d.ts",
78
"files": [
8-
"build/*"
9+
"./build/index.js",
10+
"./build/index.d.ts"
911
],
1012
"homepage": "https://github.com/darkguy10/Toodles#readme",
1113
"bugs": {
@@ -39,8 +41,5 @@
3941
"eslint": "^8.42.0",
4042
"ts-node": "^10.9.1",
4143
"typescript": "^5.1.3"
42-
},
43-
"dependencies": {
44-
"chalk": "^5.2.0"
4544
}
4645
}

pnpm-lock.yaml

-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)