Skip to content

Commit

Permalink
🔖 Bump version to 1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DRFR0ST committed Dec 15, 2023
1 parent ff47c61 commit f3e1c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "reclaim-unofficial-api",
"module": "src/index.ts",
"main": "dist/index.js",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "An unofficial API for Reclaim.ai",
"author": "Mike Eling <[email protected]>",
"type": "module",
"scripts": {
"dev": "bun --watch src/index.ts",
"build": "bun build src/index.ts --outdir dist --minify --sourcemap --target node --splitting",
"test": "bun test",
"test": "bun test --coverage",
"example": "bun run ./example/index.ts",
"prepublish": "bun run build"
},
Expand Down

0 comments on commit f3e1c4f

Please sign in to comment.