We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82695e5 commit aecbbccCopy full SHA for aecbbcc
.releaserc.json
@@ -6,5 +6,8 @@
6
"@semantic-release/changelog",
7
"@semantic-release/npm",
8
"@semantic-release/github"
9
- ]
+ ],
10
+ "release": {
11
+ "initialVersion": "0.0.1"
12
+ }
13
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "uni-dev-kit",
3
- "version": "0.1.0",
+ "version": "0.0.1",
4
"description": "A modern TypeScript library for integrating Uniswap into your dapp.",
5
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -32,7 +32,7 @@
32
"crypto",
33
"blockchain"
34
],
35
- "author": "Your Name",
+ "author": "BootNodeDev",
36
"license": "MIT",
37
"devDependencies": {
38
"@biomejs/biome": "1.9.4",
0 commit comments