Skip to content

Commit 7788c0f

Browse files
author
yaroslav-codefresh
committed
fix ignoring completion tree.json file for npm publish
1 parent 50c0ec2 commit 7788c0f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ coverage
1010
public
1111
temp
1212
package-lock.json
13-
**/completion/tree.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.9.16",
3+
"version": "0.9.17",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)