Make package public on npm
This commit is contained in:
parent
734ac77553
commit
2bb289796a
|
@ -4,6 +4,9 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean:all": "yarn clean && rimraf node_modules/",
|
"clean:all": "yarn clean && rimraf node_modules/",
|
||||||
"clean": "rimraf build/ && rimraf dist/ && rimraf flatten/ rimraf cache/",
|
"clean": "rimraf build/ && rimraf dist/ && rimraf flatten/ rimraf cache/",
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
"types": "dist/esm/src/index.d.ts",
|
"types": "dist/esm/src/index.d.ts",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"watch": {
|
"watch": {
|
||||||
"build": {
|
"build": {
|
||||||
"patterns": ["src"],
|
"patterns": ["src"],
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
"module": "dist/esm/src/index.js",
|
"module": "dist/esm/src/index.js",
|
||||||
"types": "dist/esm/src/index.d.ts",
|
"types": "dist/esm/src/index.d.ts",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"watch": {
|
"watch": {
|
||||||
"build": {
|
"build": {
|
||||||
"patterns": [
|
"patterns": [
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
"module": "dist/esm/src/index.js",
|
"module": "dist/esm/src/index.js",
|
||||||
"types": "dist/esm/src/index.d.ts",
|
"types": "dist/esm/src/index.d.ts",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"watch": {
|
"watch": {
|
||||||
"build": {
|
"build": {
|
||||||
"patterns": [
|
"patterns": [
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
"types": "dist/esm/src/index.d.ts",
|
"types": "dist/esm/src/index.d.ts",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"watch": {
|
"watch": {
|
||||||
"build": {
|
"build": {
|
||||||
"patterns": ["src"],
|
"patterns": ["src"],
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
"module": "dist/esm/src/index.js",
|
"module": "dist/esm/src/index.js",
|
||||||
"types": "dist/esm/src/index.d.ts",
|
"types": "dist/esm/src/index.d.ts",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"watch": {
|
"watch": {
|
||||||
"build": {
|
"build": {
|
||||||
"patterns": [
|
"patterns": [
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
"module": "dist/esm/src/index.js",
|
"module": "dist/esm/src/index.js",
|
||||||
"types": "dist/esm/src/index.d.ts",
|
"types": "dist/esm/src/index.d.ts",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"watch": {
|
"watch": {
|
||||||
"build": {
|
"build": {
|
||||||
"patterns": ["src"],
|
"patterns": ["src"],
|
||||||
|
|
Loading…
Reference in New Issue