Skip to content

Commit

Permalink
add back support for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Nov 29, 2023
1 parent 8857eb3 commit 65d307b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hyper/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions hyper/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "hyper-sunbeam",
"version": "0.0.17",
"version": "0.0.19",
"os": [
"darwin"
"darwin",
"linux"
],
"description": "Use Hyper as a Sunbeam Frontend",
"main": "src/index.js",
Expand Down

0 comments on commit 65d307b

Please sign in to comment.