Fix repo url
This commit is contained in:
parent
01cd334c29
commit
ebfb2846f4
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/vote-poll-sdk",
|
||||
"repository": "git@github.com:status-im/wakuconnect-vote-poll-sdk.git",
|
||||
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
||||
"private": true,
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"engines": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@waku/vote-sdk-contracts",
|
||||
"version": "0.0.1",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:status-im/wakuconnect-vote-poll-sdk.git",
|
||||
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"scripts": {
|
||||
"clean:all": "yarn clean && rimraf node_modules/",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/vote-poll-sdk-core",
|
||||
"repository": "git@github.com:status-im/wakuconnect-vote-poll-sdk.git",
|
||||
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
||||
"main": "dist/cjs/src/index.js",
|
||||
"module": "dist/esm/src/index.js",
|
||||
"types": "dist/esm/src/index.d.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/vote-poll-sdk-example",
|
||||
"repository": "git@github.com:status-im/wakuconnect-vote-poll-sdk.git",
|
||||
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
||||
"version": "0.1.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/poll-sdk-example",
|
||||
"repository": "git@github.com:status-im/wakuconnect-vote-poll-sdk.git",
|
||||
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
||||
"version": "0.1.0",
|
||||
"main": "dist/cjs/src/index.js",
|
||||
"module": "dist/esm/src/index.js",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/poll-sdk-react-components",
|
||||
"repository": "git@github.com:status-im/wakuconnect-vote-poll-sdk.git",
|
||||
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
||||
"version": "0.1.0",
|
||||
"main": "dist/cjs/src/index.js",
|
||||
"module": "dist/esm/src/index.js",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/poll-sdk-react-hooks",
|
||||
"repository": "git@github.com:status-im/wakuconnect-vote-poll-sdk.git",
|
||||
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
||||
"version": "0.1.0",
|
||||
"main": "dist/cjs/src/index.js",
|
||||
"module": "dist/esm/src/index.js",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/vote-poll-sdk-react-components",
|
||||
"repository": "git@github.com:status-im/wakuconnect-vote-poll-sdk.git",
|
||||
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
||||
"main": "dist/cjs/src/index.js",
|
||||
"module": "dist/esm/src/index.js",
|
||||
"types": "dist/esm/src/index.d.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/vote-sdk-example",
|
||||
"repository": "git@github.com:status-im/wakuconnect-vote-poll-sdk.git",
|
||||
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
||||
"version": "0.1.0",
|
||||
"main": "dist/cjs/src/index.js",
|
||||
"module": "dist/esm/src/index.js",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/vote-sdk-react-components",
|
||||
"repository": "git@github.com:status-im/wakuconnect-vote-poll-sdk.git",
|
||||
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
||||
"version": "0.1.0",
|
||||
"main": "dist/cjs/src/index.js",
|
||||
"module": "dist/esm/src/index.js",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/vote-sdk-react-hooks",
|
||||
"repository": "git@github.com:status-im/wakuconnect-vote-poll-sdk.git",
|
||||
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
||||
"version": "0.1.0",
|
||||
"main": "dist/cjs/src/index.js",
|
||||
"module": "dist/esm/src/index.js",
|
||||
|
|
Loading…
Reference in New Issue