Skip to content

Commit

Permalink
🔖 release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XiYang6666 committed Feb 4, 2024
1 parent 89e11a0 commit 58d1826
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "xbox-query",
"version": "1.0.0",
"version": "1.1.0",
"description": "nodejs CLI tool for querying xbox player data",
"main": "src/index.js",
"type": "module",
"scripts": {},
"scripts": {
"test": "echo qwq"
},
"bin": {
"xbox-query": "src/cli.js"
},
Expand Down

0 comments on commit 58d1826

Please sign in to comment.