Skip to content

Commit

Permalink
fix: version and repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-TheGentleman committed May 3, 2024
1 parent da7adae commit 31e2c53
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-lib",
"version": "0.0.0",
"name": "gentleman-agnostic-signals",
"version": "0.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "",
Expand All @@ -15,16 +15,18 @@
"bun"
],
"license": "MIT",
"homepage": "https://github.com/wobsoriano/pkg-name#readme",
"homepage": "https://github.com/Gentleman-Programming/gentleman-agnostic-signals",
"repository": {
"type": "git",
"url": "git+https://github.com/wobsoriano/pkg-name.git"
"url": "git+https://github.com/Gentleman-Programming/gentleman-agnostic-signals.git"
},
"bugs": "https://github.com/wobsoriano/pkg-name/issues",
"author": "Robert Soriano <sorianorobertc@gmail.com>",
"bugs": "https://github.com/Gentleman-Programming/gentleman-agnostic-signals/issues",
"author": "Alan Buscagla <gentlemanprogramming@gmail.com>",
"devDependencies": {
"bun-plugin-dts": "^0.2.1",
"@types/bun": "^1.0.0",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"@preact/signals-core": "^1.6.0"
}
}
}

0 comments on commit 31e2c53

Please sign in to comment.