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