Skip to content

Commit

Permalink
Replaced dependency with own code, updated help handling to properly …
Browse files Browse the repository at this point in the history
…support subcommands, [WIP] testing functions
  • Loading branch information
Sukairo-02 committed Jul 8, 2024
1 parent fc6692f commit ad8fe2f
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 89 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@drizzle-team/brocli",
"type": "module",
"author": "Drizzle Team",
"version": "0.5.0",
"version": "0.5.1",
"description": "Typed CLI command runner",
"license": "Apache-2.0",
"sideEffects": false,
Expand All @@ -26,7 +26,6 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/clone": "^2.1.4",
"@types/node": "^20.12.13",
"dprint": "^0.46.2",
"tsup": "^8.1.0",
Expand All @@ -52,8 +51,5 @@
"types": "./index.d.ts",
"default": "./index.js"
}
},
"dependencies": {
"clone": "^2.1.2"
}
}
18 changes: 0 additions & 18 deletions pnpm-lock.yaml

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

Loading

0 comments on commit ad8fe2f

Please sign in to comment.