Skip to content

Commit

Permalink
feat: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Apr 27, 2023
1 parent 2717a9b commit e467377
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmtp-react-native-sdk",
"version": "0.2.0",
"name": "@xmtp/react-native-sdk",
"version": "0.0.0-development",
"description": "Wraps for native xmtp sdks for react native",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -21,16 +21,19 @@
"xmtp-react-native-sdk",
"XMTP"
],
"repository": "https://github.com/xmtp/xmtp-react-native-sdk",
"repository": "https://github.com/xmtp/xmtp-react-native",
"bugs": {
"url": "https://github.com/xmtp/xmtp-react-native-sdk/issues"
"url": "https://github.com/xmtp/xmtp-react-native/issues"
},
"release": {
"branches": [
"main",
"release"
]
},
"publishConfig": {
"access": "public"
},
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/xmtp/xmtp-react-native#readme",
Expand Down

0 comments on commit e467377

Please sign in to comment.