Skip to content

Commit

Permalink
chore: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
nejcm committed Jan 26, 2025
1 parent 40704bc commit 918dc42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .release-it.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
},
npm: {
publish: false,
publishPath: 'https://npm.pkg.github.com',
},
github: {
release: true,
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nejcm/wagmi-extended",
"version": "0.0.3",
"version": "0.0.2",
"description": "Wagmi hooks extending functionality",
"main": "dist/wagmi-extended.umd.js",
"module": "dist/wagmi-extended.es.js",
Expand All @@ -11,13 +11,16 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"lint": "eslint src/** && tsc --noEmit",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
"test": "vitest",
"release": "release-it --ci",
"publish": "yarn publish --non-interactive --verbose --access public"
"publish": "npm publish"
},
"peerDependencies": {
"@tanstack/react-query": ">=5.0.0",
Expand Down Expand Up @@ -57,5 +60,5 @@
"vitest": "^3.0.1",
"wagmi": "^2.14.8"
},
"packageManager": "[email protected]+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
"packageManager": "[email protected]"
}

0 comments on commit 918dc42

Please sign in to comment.