Skip to content

Commit 749265c

Browse files
committed
feat: Updated github urls and description
1 parent 50c2d76 commit 749265c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"uuid": "^10.0.0",
4242
"ws": "^8.18.3"
4343
},
44-
"description": "Codify allows users to configure settings, install new packages, and automate their systems using code instead of the GUI. Check out https://dashboard.codifycli.com for an online editor.",
44+
"description": "Codify is a configuration-as-code tool that declaratively installs and manages developer tools and applications. Check out https://dashboard.codifycli.com for an editor.",
4545
"devDependencies": {
4646
"@oclif/prettier-config": "^0.2.1",
4747
"@types/chalk": "^2.2.0",
@@ -89,7 +89,7 @@
8989
"/npm-shrinkwrap.json",
9090
"/oclif.manifest.json"
9191
],
92-
"homepage": "https://github.com/kevinwang5658/codify",
92+
"homepage": "https://github.com/codifycli/codify",
9393
"license": "Apache-2.0",
9494
"main": "dist/index.js",
9595
"name": "codify",
@@ -125,7 +125,7 @@
125125
}
126126
}
127127
},
128-
"repository": "kevinwang5658/codify",
128+
"repository": "codifycli/codify",
129129
"scripts": {
130130
"build": "shx rm -rf dist && tsc -b",
131131
"build:release": "npm run pkg && ./scripts/notarize.sh",
@@ -144,9 +144,14 @@
144144
"deploy": "npm run pkg && npm run notarize && npm run upload"
145145
},
146146
"version": "1.0.0-beta1",
147-
"bugs": "https://github.com/kevinwang5658/codify/issues",
147+
"bugs": "https://github.com/codifycli/codify/issues",
148148
"keywords": [
149-
"oclif"
149+
"oclif",
150+
"codify",
151+
"automated-installation",
152+
"system-automation",
153+
"configuration-as-code",
154+
"system-configuration"
150155
],
151156
"types": "dist/index.d.ts"
152157
}

0 commit comments

Comments
 (0)