Skip to content

Commit

Permalink
chore: update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 11, 2024
1 parent 6070ddd commit c0edd0d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"engines": {
"node": ">=20.6.0"
},
"main": "./build/index.js",
"type": "module",
"files": [
"build",
Expand Down Expand Up @@ -87,8 +88,16 @@
"optional": true
}
},
"author": "vir,adonisjs",
"author": "virk,adonisjs",
"license": "MIT",
"homepage": "https://github.com/adonisjs/drive#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/adonisjs/drive.git"
},
"bugs": {
"url": "https://github.com/adonisjs/drive/issues"
},
"keywords": [
"drive",
"flydrive",
Expand Down

0 comments on commit c0edd0d

Please sign in to comment.