Skip to content

Commit

Permalink
npm auto release fix (flyteorg#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>

Thank you!
  • Loading branch information
yindia committed Mar 15, 2021
1 parent de0d0b1 commit c78bef3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ doc-requirements.txt: doc-requirements.in install-piptools

PLACEHOLDER := "__version__\ =\ \"develop\""
PLACEHOLDER_NPM := \"version\": \"develop\"
VERSION := "v1.0.0"

.PHONY: update_pyversion
update_pyversion:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flyteorg/flyteidl",
"version": "develop",
"version": "develop",
"description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs",
"repository": {
"type": "git",
Expand Down

0 comments on commit c78bef3

Please sign in to comment.