v0.1.0-alpha.1

This commit is contained in:
Felicio Mununga 2022-06-30 15:31:50 +02:00
parent 199aa42789
commit 1b89774ad1
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
3 changed files with 22 additions and 6 deletions

View File

@ -9,7 +9,7 @@
"build": "parcel build index.html"
},
"dependencies": {
"@status-im/react": "^0.0.0",
"@status-im/react": "0.1.0-alpha.1",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/js",
"version": "0.0.0",
"version": "0.1.0-alpha.1",
"license": "MIT OR Apache-2.0",
"type": "module",
"exports": {
@ -39,5 +39,13 @@
},
"devDependencies": {
"protons": "^3.0.4"
}
},
"files": [
"dist/",
"!dist/**/*.map",
"!dist/tsconfig.tsbuildinfo",
"LICENSE-MIT",
"LICENSE-APACHE-v2",
"package.json"
]
}

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/react",
"version": "0.0.0",
"version": "0.1.0-alpha.1",
"license": "MIT OR Apache-2.0",
"type": "module",
"exports": {
@ -45,7 +45,7 @@
"@radix-ui/react-toggle-group": "^0.1.5",
"@radix-ui/react-tooltip": "^0.1.7",
"@radix-ui/react-visually-hidden": "^0.1.4",
"@status-im/js": "^0.0.0",
"@status-im/js": "0.1.0-alpha.1",
"@stitches/react": "^1.2.8",
"emoji-mart": "^3.0.1",
"html-entities": "^2.3.2",
@ -68,5 +68,13 @@
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
}
},
"files": [
"dist/",
"!dist/**/*.map",
"!dist/tsconfig.tsbuildinfo",
"LICENSE-MIT",
"LICENSE-APACHE-v2",
"package.json"
]
}