Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jarle committed Apr 19, 2024
1 parent 8397d86 commit 7a599d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
],
"scripts": {
"build": "npm --workspace packages/adapter run build && npm --workspace packages/reference-app run build",
"test": "npm --workspace packages/adapter run test && npm --workspace packages/reference-app run test"
"test": "npm --workspace packages/adapter run test && npm --workspace packages/reference-app run test",
"release": "npm --workspace packages/adapter run release"
}
}
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@matstack/remix-adonisjs",
"description": "An adapter for using Remix with AdonisJS",
"version": "0.0.24",
"version": "0.0.25",
"engines": {
"node": ">=20.10.0"
},
Expand Down

0 comments on commit 7a599d3

Please sign in to comment.