Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
No more need to specify Yode version
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed May 10, 2020
1 parent fe94972 commit 5fc6124
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 32 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ missing features.__
To find latest releases for different platforms, go to the [Releases][releases]
page on GitHub.

For hackers, you can also `npm install -g wey`. (Currently only Node.js 10.x is
supported for running from source code.)

## Technical stack

* [Yue](https://github.com/yue/yue) - Cross-platform native UI library
Expand Down
21 changes: 6 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,10 @@
"copyright": "Copyright © 2018 Cheng Zhao",
"unpack": "+(*.node|*.html|*.png|*.gif)"
},
"bin": {
"wey": "./scripts/start.js"
},
"scripts": {
"start": "node scripts/start.js",
"install": "fetch-yode",
"build": "yackage build out --cache-dir yode",
"dist": "yackage dist out --cache-dir yode"
},
"engines": {
"node": "^12",
"yode": "0.5.1"
"start": "yode .",
"build": "yackage build out",
"dist": "yackage dist out"
},
"license": "GPL-3.0",
"homepage": "https://github.com/yue/wey",
Expand All @@ -36,10 +28,9 @@
"@slack/web-api": "5.8.0",
"axios": "0.19.2",
"binary-search-bounds": "2.0.4",
"download-yue": "2.x",
"fetch-yode": "0.2.0",
"fetch-yode": "1.0.x",
"fs-extra": "5.0.0",
"gui": "0.7.0",
"gui": "0.8.1",
"keytar": "5.4.0",
"mini-signals": "1.1.1",
"opn": "5.3.0",
Expand All @@ -48,6 +39,6 @@
"string-replace-async": "1.2.1"
},
"devDependencies": {
"yackage": "0.2.12"
"yackage": "0.3.x"
}
}
14 changes: 0 additions & 14 deletions scripts/start.js

This file was deleted.

0 comments on commit 5fc6124

Please sign in to comment.