Skip to content

Commit 6cba332

Browse files
committed
chore: fix the description of package.json
1 parent 7cf514e commit 6cba332

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
File renamed without changes.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "@picojs/pico",
3-
"description": "Ultra-tiny web framework for Cloudflare Workers and Deno",
3+
"description": "Ultra-tiny router for Cloudflare Workers and Deno",
44
"version": "0.3.0",
55
"types": "dist/index.d.ts",
66
"module": "dist/index.js",
7+
"type": "module",
78
"files": [
89
"dist"
910
],
@@ -59,4 +60,4 @@
5960
"engines": {
6061
"node": ">=16.0.0"
6162
}
62-
}
63+
}

0 commit comments

Comments
 (0)