Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maddsua committed Jan 20, 2025
1 parent 255cebd commit 9b6233a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "@maddsua/logpush-client",
"version": "0.1.0",
"version": "0.1.2",
"author": "maddsua",
"license": "MIT",
"type": "module",
"main": "./lib/client.ts",
"types": "./lib/client.ts",
"files": [
"lib"
],
"devDependencies": {
"esbuild": "^0.24.2",
"typescript": "^5.7.3"
Expand Down

0 comments on commit 9b6233a

Please sign in to comment.