Skip to content

Commit

Permalink
chore: update package
Browse files Browse the repository at this point in the history
Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>
  • Loading branch information
anrusina committed May 24, 2022
1 parent 5a69481 commit e45668c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugins/flyte-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flyteconsole/flyte-api",
"version": "0.2.3",
"version": "0.0.1-rc3",
"description": "FlyteConsole plugin to allow access FlyteAPI",
"main": "./dist/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -16,7 +16,7 @@
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc --module esnext --outDir lib/esm --project ./tsconfig.build.json",
"build:cjs": "tsc --project ./tsconfig.build.json",
"publish": "yarn clean && yarn version && yarn build:esm",
"push:update": "yarn clean && yarn build:esm && yarn publish",
"test": "NODE_ENV=test jest"
},
"dependencies": {
Expand Down

0 comments on commit e45668c

Please sign in to comment.