Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ronin-app[bot] committed Jan 7, 2025
1 parent 58728d1 commit d672a6e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ronin/schema",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"description": "Allows for defining the schema of a RONIN database in code.",
"publishConfig": {
Expand All @@ -17,8 +17,12 @@
},
"typesVersions": {
"*": {
"schema": ["./dist/schema"],
"queries": ["./dist/queries"]
"schema": [
"./dist/schema"
],
"queries": [
"./dist/queries"
]
}
},
"scripts": {
Expand Down

0 comments on commit d672a6e

Please sign in to comment.