Skip to content

Commit

Permalink
bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Feb 4, 2025
1 parent 00240b9 commit 8295df0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polar-migrate",
"version": "0.1.2",
"version": "0.1.3",
"license": "Apache-2.0",
"bin": "bin/cli.js",
"type": "module",
Expand All @@ -13,10 +13,7 @@
"test": "prettier --check . && xo && ava",
"check": "biome check --write ./src"
},
"files": [
"dist",
"bin"
],
"files": ["dist", "bin"],
"dependencies": {
"@inkjs/ui": "^2.0.0",
"@lemonsqueezy/lemonsqueezy.js": "^4.0.0",
Expand Down Expand Up @@ -59,9 +56,7 @@
"ts": "module",
"tsx": "module"
},
"nodeArguments": [
"--loader=ts-node/esm"
]
"nodeArguments": ["--loader=ts-node/esm"]
},
"xo": {
"extends": "xo-react",
Expand Down

0 comments on commit 8295df0

Please sign in to comment.