Skip to content

Commit 2abbaff

Browse files
committed
[uiexport] Fix package.json version to 0.0.0 and match manifest to others' version following react-devtools-extensions.
1 parent 0f39371 commit 2abbaff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uiexport/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "UI Export",
4-
"version": "0.1",
4+
"version": "0.0.5",
55
"description": "Export any components with CSS inlined.",
66
"permissions": ["debugger"],
77
"devtools_page": "devtools.html",

packages/uiexport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uiexport",
3-
"version": "0.0.5",
3+
"version": "0.0.0",
44
"private": true,
55
"description": "",
66
"author": "",

0 commit comments

Comments
 (0)