Skip to content

Commit

Permalink
docs : update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xciyang committed Apr 19, 2020
1 parent bd65f51 commit c6a06ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README_CN.md
Expand Up @@ -38,7 +38,7 @@ npm start

使用淘宝镜像可能会无法正常安装Electron。

请先在`~/.npmrc`文件中加入以下内容,electron_custom_dir设置为当前版本,如`8.2.3`,再进行`npm install`
请先在`~/.npmrc`文件中加入以下内容,electron_custom_dir设置为当前版本,如`8.0.0`,再进行`npm install`

```
npm config set electron_mirror=https://npm.taobao.org/mirrors/electron/
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "spiking",
"version": "2.1.0",
"version": "2.1.1",
"description": "A lightweight web crawler.",
"main": "app/main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . Spiking --out=./pack --all --asar --electron-version=7.0.1 --appCopyright=\"Copyright © 2019 Ciyang. All rights reserved.\" --download.mirror=https://npm.taobao.org/mirrors/electron/ --ignore=\"(.gitignore|LICENSE|README.md|USAGE.md|USAGE_EN.md)\" --overwrite"
"build": "electron-packager . Spiking --out=../pack --all --asar --electron-version=8.0.0 --appCopyright=\"Copyright © 2019 Ciyang. All rights reserved.\" --download.mirror=https://npm.taobao.org/mirrors/electron/ --ignore=\"(.gitignore|LICENSE|README.md|USAGE.md|USAGE_EN.md)\" --overwrite"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c6a06ba

Please sign in to comment.