Skip to content

Commit bf9ab2f

Browse files
committed
fix: repo url
1 parent b436e15 commit bf9ab2f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "managedenv",
33
"version": "0.1.0",
44
"description": "Manage your environment variables with ease",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/GalvinPython/managedenv"
8+
},
9+
"bugs": {
10+
"url": "https://github.com/GalvinPython/managedenv/issues"
11+
},
12+
"homepage": "https://github.com/GalvinPython/managedenv#readme",
513
"type": "module",
614
"main": "dist/index.js",
715
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)