Skip to content

Commit bcd8a3f

Browse files
author
Christopher J Baker
committed
backup version for release
1 parent b33cb8a commit bcd8a3f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@r2wc/core",
3-
"version": "1.0.0-alpha.0",
3+
"version": "0.0.0-alpha.0",
44
"description": "Convert framework components to native Web Components.",
55
"homepage": "https://www.bitovi.com/frontend-javascript-consulting/react-consulting",
66
"author": "Bitovi",

packages/legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"build": "vite build"
4343
},
4444
"dependencies": {
45-
"@r2wc/core": "^1.0.0-alpha.0"
45+
"@r2wc/core": "^0.0.0-alpha.0"
4646
},
4747
"devDependencies": {
4848
"@types/react": "^17.0.0",

packages/react-to-web-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"build": "vite build"
4343
},
4444
"dependencies": {
45-
"@r2wc/core": "^1.0.0-alpha.0"
45+
"@r2wc/core": "^0.0.0-alpha.0"
4646
},
4747
"devDependencies": {
4848
"@types/react": "^17.0.0",

0 commit comments

Comments
 (0)