Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhennann committed Jan 5, 2024
1 parent 42e9c9d commit 2525e5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ package-lock.json
yarn.lock
.c8_output
.idea
.DS_Store
2 changes: 1 addition & 1 deletion lib/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const path = require('path');
const fs = require('fs');
const BaseCommand = require('common-bin');
const BaseCommand = require('@zhennann/common-bin');

class Command extends BaseCommand {
constructor(rawArgv) {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-bin",
"version": "5.14.2",
"name": "@zhennann/egg-bin",
"version": "7.0.0",
"publishConfig": {
"tag": "latest-5"
},
Expand All @@ -18,9 +18,9 @@
"c8": "bin/c8.js"
},
"dependencies": {
"@zhennann/common-bin": "^4.0.0",
"c8": "^7.11.3",
"chalk": "^4.1.2",
"common-bin": "^3.0.0",
"detect-port": "^1.3.0",
"egg-ts-helper": "^1.30.3",
"egg-utils": "^2.4.1",
Expand Down

0 comments on commit 2525e5b

Please sign in to comment.