Skip to content

Commit

Permalink
build: exlude redundant files from build
Browse files Browse the repository at this point in the history
  • Loading branch information
masontikhonov committed Nov 27, 2024
1 parent f0a514c commit 6391572
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.88.3",
"version": "0.88.4",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand All @@ -19,6 +19,13 @@
"bin": {
"codefresh": "lib/interface/cli/codefresh"
},
"files": [
"brew",
"lib",
"check-version.js",
"openapi.json",
"run-check-version.js"
],
"repository": "git+https://github.com/codefresh-io/cli.git",
"keywords": [
"command line"
Expand Down

0 comments on commit 6391572

Please sign in to comment.