Skip to content

Commit

Permalink
Merge pull request #9 from sporeprotocol/chore/public-access
Browse files Browse the repository at this point in the history
chore: public access and repo info
  • Loading branch information
ShookLyngs authored Jan 25, 2024
2 parents c02ba8a + a89b93a commit 67e5ca3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"default": "./build/index.js"
}
},
"author": "Yuexun Jiang <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "tsc --watch --project tsconfig.build.json",
Expand Down Expand Up @@ -43,5 +42,15 @@
},
"peerDependencies": {
"@spore-sdk/core": "^0.2.0-beta.1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sporeprotocol/spore-graphql.git"
},
"bugs": {
"url": "https://github.com/sporeprotocol/spore-graphql/issues"
}
}

0 comments on commit 67e5ca3

Please sign in to comment.