Compare commits
1 commit
cc1fbd2071
...
102e48b0aa
Author | SHA1 | Date | |
---|---|---|---|
102e48b0aa |
2 changed files with 1 additions and 4 deletions
|
@ -6,9 +6,7 @@
|
||||||
"author": "Vylpes",
|
"author": "Vylpes",
|
||||||
"exports": "./dist/index.js",
|
"exports": "./dist/index.js",
|
||||||
"typings": "./dist/index.d.ts",
|
"typings": "./dist/index.d.ts",
|
||||||
"bin": {
|
"bin": "./dist/cli.js",
|
||||||
"random-bunny": "./dist/cli.js"
|
|
||||||
},
|
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"rabbit",
|
"rabbit",
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env node
|
|
||||||
import { Command, Option } from "commander";
|
import { Command, Option } from "commander";
|
||||||
import randomBunny from "./index";
|
import randomBunny from "./index";
|
||||||
import ICliOptions from "./contracts/ICliOptions";
|
import ICliOptions from "./contracts/ICliOptions";
|
||||||
|
|
Loading…
Add table
Reference in a new issue