Compare commits

..

1 commit

Author SHA1 Message Date
102e48b0aa Upgrade @yao-pkg/pkg version
All checks were successful
Test / build (push) Successful in 10s
2024-11-30 15:02:30 +00:00
2 changed files with 1 additions and 4 deletions

View file

@ -6,9 +6,7 @@
"author": "Vylpes",
"exports": "./dist/index.js",
"typings": "./dist/index.d.ts",
"bin": {
"random-bunny": "./dist/cli.js"
},
"bin": "./dist/cli.js",
"main": "./dist/index.js",
"keywords": [
"rabbit",

View file

@ -1,4 +1,3 @@
#!/usr/bin/env node
import { Command, Option } from "commander";
import randomBunny from "./index";
import ICliOptions from "./contracts/ICliOptions";