Skip to content

Commit

Permalink
feat(package.json): adding repo details
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgobich committed Sep 18, 2024
1 parent 904e17f commit 219d86e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adocasts.com/generate-models",
"description": "Generate Lucid Models from an existing database schema",
"version": "0.1.0-1.dev",
"version": "0.1.0-0.dev",
"engines": {
"node": ">=20.6.0"
},
Expand Down Expand Up @@ -71,6 +71,14 @@
"model",
"generate"
],
"homepage": "https://github.com/adocasts/generate-models#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/adocasts/generate-models.git"
},
"bugs": {
"url": "https://github.com/adocasts/generate-models/issues"
},
"prettier": "@adonisjs/prettier-config",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 219d86e

Please sign in to comment.