Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
94726 committed Jun 11, 2024
1 parent 02d90d1 commit d635a1e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitro-concise-routing",
"version": "0.0.0",
"version": "0.1.0",
"description": "Nitro module for more concise routing",
"type": "module",
"repository": {
Expand All @@ -10,7 +10,10 @@
"bugs": {
"url": "https://github.com/94726/nitro-concise-routing/issues"
},
"keywords": ["nitro", "routing"],
"keywords": [
"nitro",
"routing"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand All @@ -24,7 +27,10 @@
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": ["dist", "*.d.ts"],
"files": [
"dist",
"*.d.ts"
],
"scripts": {
"build": "unbuild",
"build:stub": "unbuild --stub",
Expand Down

0 comments on commit d635a1e

Please sign in to comment.