Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 5b6905c

Browse files
committed
v2.0.2
1 parent 4be02be commit 5b6905c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

workspaces/remix-electron/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "remix-electron",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"author": "itsMapleLeaf",
55
"description": "Electron integration for Remix",
66
"license": "GPL-3.0+",
77
"repository": "https://github.com/itsMapleLeaf/remix-electron",
88
"main": "./dist/index.js",
99
"types": "./dist/index.d.ts",
10-
"files": ["dist"],
10+
"files": [
11+
"dist"
12+
],
1113
"exports": {
1214
".": {
1315
"require": "./dist/index.js",

0 commit comments

Comments
 (0)