Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
publish: v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonkayZK committed Jan 18, 2021
1 parent 70d374a commit 5f8122c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "weibo_pic_downloader",
"version": "1.1.0",
"version": "1.1.2",
"author": "jasonkayzk [email protected]",
"description": "一个使用Electron-Vue编写的免登录下载微博图片的桌面爬虫应用",
"license": "MIT",
"main": "./dist/electron/main.js",
"scripts": {
"build": "node .electron-vue/build.js && electron-builder",
"build:linux_zip": "node .electron-vue/build.js && electron-builder --linux zip",
"build:dir": "node .electron-vue/build.js && electron-builder --dir",
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
"build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js",
Expand Down

0 comments on commit 5f8122c

Please sign in to comment.