Skip to content

Commit 7b7e04d

Browse files
committed
fix: remove homepage property
1 parent 625f3fd commit 7b7e04d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codifycli/plugin-core",
3-
"version": "1.0.0-beta5",
3+
"version": "1.0.0-beta6",
44
"description": "TypeScript library for building Codify plugins to manage system resources (applications, CLI tools, settings) through infrastructure-as-code",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -33,7 +33,6 @@
3333
"type": "git",
3434
"url": "https://github.com/codifycli/codify-plugin-core.git"
3535
},
36-
"homepage": "https://codifycli.com",
3736
"license": "ISC",
3837
"dependencies": {
3938
"@codifycli/schemas": "1.0.0",

0 commit comments

Comments
 (0)