Skip to content

Commit 31e4c02

Browse files
author
David de Regt
committed
0.42.0-rc.2 release package.json bump. Fixing extension building.
1 parent e746ce0 commit 31e4c02

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactxp",
3-
"version": "0.42.0-rc.1",
3+
"version": "0.42.0-rc.2",
44
"description": "Cross-platform abstraction layer for writing React-based applications a single time that work identically across web, React Native, and Electron distribution",
55
"author": "ReactXP Team <[email protected]>",
66
"license": "MIT",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"dist",
2323
"node_modules",
2424
"samples",
25-
"website"
25+
"website",
26+
"extensions"
2627
]
2728
}

0 commit comments

Comments
 (0)