Skip to content

Commit

Permalink
chore: add the repository details to the package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
ifeanyiisitor committed Aug 18, 2023
1 parent 825b78d commit 7e7b373
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"name": "unflatten-next-routes",
"version": "0.1.1",
"description": "A CLI tool to simplify Next.js routing by allowing developers to work with a flat route structure",
"repository": {
"type": "git",
"url": "https://github.com/ifeanyiisitor/unflatten-next-routes.git"
},
"bugs": {
"url": "https://github.com/ifeanyiisitor/unflatten-next-routes/issues"
},
"homepage": "https://github.com/ifeanyiisitor/unflatten-next-routes#readme",
"type": "module",
"module": "./dist/index.mjs",
"exports": {
Expand Down

0 comments on commit 7e7b373

Please sign in to comment.