Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
doktordos-eth committed Oct 20, 2023
1 parent e995556 commit 10ae6ee
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Node.js Package

on:
push:
branches:
- main

jobs:
publish-gpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
scope: "@ens-vision-pte-ltd"
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "xmtp-web",
"name": "xmtp-web-vision",
"version": "0.0.0",
"private": true,
"workspaces": [
Expand Down
10 changes: 5 additions & 5 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@xmtp/react-sdk",
"name": "@ens-vision-pte-ltd/xmtp-react-sdk",
"description": "XMTP client SDK for React apps written in TypeScript",
"version": "2.2.5",
"author": "XMTP Labs <[email protected]>",
Expand All @@ -8,6 +8,9 @@
"main": "lib/index.cjs",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"registry": "https://npm.pkg.github.com/@ens-vision-pte-ltd"
},
"exports": {
".": {
"types": "./lib/index.d.ts",
Expand All @@ -21,7 +24,7 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "[email protected]:xmtp/xmtp-web.git",
"url": "[email protected]:ENS-Vision-PTE-LTD/xmtp-web-vision.git",
"directory": "packages/react-sdk"
},
"homepage": "https://github.com/xmtp/xmtp-web",
Expand All @@ -42,9 +45,6 @@
"react-hooks",
"hooks"
],
"publishConfig": {
"access": "public"
},
"browserslist": {
"production": [
">0.2%",
Expand Down

0 comments on commit 10ae6ee

Please sign in to comment.