Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stradivario committed Mar 5, 2024
1 parent 195d5a9 commit fc60277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhtml/core",
"version": "0.0.0",
"version": "0.0.1",
"description": "Reactive HyperText Markup Language",
"bolt": {
"workspaces": [
Expand Down Expand Up @@ -57,4 +57,4 @@
"dependencies": {
"fastify": "^4.25.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhtml/fastify",
"version": "0.0.0",
"version": "0.0.1",
"description": "Fastify module with decorators",
"scripts": {
"start": "npx gapi start --local --path=./example/main.ts",
Expand Down Expand Up @@ -39,4 +39,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}

0 comments on commit fc60277

Please sign in to comment.