Skip to content

Commit

Permalink
update: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Jun 24, 2024
1 parent 212e162 commit 57a1a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,16 @@
"assemblyscript-prettier": "^3.0.1",
"jest": "^29.7.0",
"typescript": "^5.3.3",
"visitor-as": "^0.11.4"
"visitor-as": "^0.11.4",
"json-as": "^0.9.6"
},
"dependencies": {
"as-console": "^6.0.2",
"as-convert-seconds": "^1.0.0",
"as-rainbow": "^0.1.0",
"as-string-sink": "^0.5.3",
"as-variant": "^0.4.1",
"chalk": "^5.3.0",
"json-as": "^0.9.6",
"line-column": "^1.0.2",
"micromatch": "^4.0.7",
"yargs": "^17.7.2"
"micromatch": "^4.0.7"
},
"overrides": {
"assemblyscript": "$assemblyscript",
Expand All @@ -58,4 +55,4 @@
"publishConfig": {
"@JairusSW:registry": "https://npm.pkg.github.com"
}
}
}
10 changes: 0 additions & 10 deletions src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
import yargs, { Arguments } from 'yargs';
import { hideBin } from 'yargs/helpers'

const cli = yargs(hideBin(process.argv));

cli.command('build <options>', 'options', () => {}, (argv) => {
console.info(argv)
})
.demandCommand(1)
.parse()

0 comments on commit 57a1a62

Please sign in to comment.