Skip to content

Commit

Permalink
vue + react: NPM publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dr497 committed Jul 23, 2024
1 parent 592b6d2 commit 553aced
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bonfida/sns-react",
"version": "3.0.0",
"version": "3.1.0",
"description": "A set of React hooks to interact with the Solana Name Service",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions vue/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{
"name": "@bonfida/sns-vue",
"version": "1.1.0",
"version": "1.2.0",
"description": "A set of Vue hooks to interact with the Solana Name Service",
"keywords": ["bonfida", "vue", "composables", "hooks", "web3", "web3-domains"],
"keywords": [
"bonfida",
"vue",
"composables",
"hooks",
"web3",
"web3-domains"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"publishConfig": {"access": "public"},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "vite build"
},
Expand Down

0 comments on commit 553aced

Please sign in to comment.