Skip to content

Commit

Permalink
Merge a5f1fa6 into c1acf7d
Browse files Browse the repository at this point in the history
  • Loading branch information
FeelyChau committed Mar 27, 2023
2 parents c1acf7d + a5f1fa6 commit 1606dac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pipcook/cli",
"version": "2.1.4",
"description": "",
"version": "2.1.5",
"description": "pipcook cli",
"main": "dist/bin/pipcook.js",
"scripts": {
"preinstall": "(mkdir -p dist/bin && touch dist/bin/pipcook.js) || ((mkdir dist\\bin || echo 'exists') && echo '' > dist\\bin\\pipcook.js)",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/core",
"version": "2.1.4",
"version": "2.1.5",
"main": "dist/index",
"types": "dist/index",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/costa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/costa",
"version": "2.1.4",
"version": "2.1.5",
"description": "The Pipcook Script Runner",
"main": "dist/index",
"types": "dist/index",
Expand Down

0 comments on commit 1606dac

Please sign in to comment.