-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to 1.30.3 and celebrate 6th year
- Loading branch information
1 parent
a5a9a75
commit 0453b43
Showing
5 changed files
with
58 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
{ | ||
"name": "wnr", | ||
"version": "1.30.2", | ||
"description": "Work and rest, with wnr now!", | ||
"main": "main.js", | ||
"scripts": { | ||
"dep-update": "yarn", | ||
"start": "cross-env NODE_ENV=development electron .", | ||
"nsis": "cross-env NODE_ENV=production node ./res/builder/nsis.js", | ||
"7zip": "cross-env NODE_ENV=portable node ./res/builder/win-zip.js", | ||
"mac": "cross-env NODE_ENV=production node ./res/builder/mac.js", | ||
"linux": "cross-env NODE_ENV=production node ./res/builder/linux.js", | ||
"appimage": "cross-env NODE_ENV=production node ./res/builder/appimage.js", | ||
"dir": "cross-env NODE_ENV=production node ./res/builder/dir_test.js", | ||
"win-dir": "cross-env NODE_ENV=production node ./res/builder/win_dir.js", | ||
"ms-store": "cross-env NODE_ENV=msstore node ./res/builder/dir_test.js" | ||
"name" : "wnr", | ||
"version" : "1.30.3", | ||
"description" : "Work and rest, with wnr now!", | ||
"main" : "main.js", | ||
"scripts" : { | ||
"dep-update" : "yarn", | ||
"start" : "cross-env NODE_ENV=development electron .", | ||
"nsis" : "cross-env NODE_ENV=production node ./res/builder/nsis.js", | ||
"7zip" : "cross-env NODE_ENV=portable node ./res/builder/win-zip.js", | ||
"mac" : "cross-env NODE_ENV=production node ./res/builder/mac.js", | ||
"linux" : "cross-env NODE_ENV=production node ./res/builder/linux.js", | ||
"appimage" : "cross-env NODE_ENV=production node ./res/builder/appimage.js", | ||
"dir" : "cross-env NODE_ENV=production node ./res/builder/dir_test.js", | ||
"win-dir" : "cross-env NODE_ENV=production node ./res/builder/win_dir.js", | ||
"ms-store" : "cross-env NODE_ENV=msstore node ./res/builder/dir_test.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/RoderickQiu/wnr.git" | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/RoderickQiu/wnr.git" | ||
}, | ||
"author": "RoderickQiu", | ||
"license": "MPL-2.0", | ||
"homepage": "https://getwnr.com", | ||
"appId": "com.scrisstudio.wnr", | ||
"build": { | ||
"appId": "com.scrisstudio.wnr" | ||
"author" : "RoderickQiu", | ||
"license" : "MPL-2.0", | ||
"homepage" : "https://getwnr.com", | ||
"appId" : "com.scrisstudio.wnr", | ||
"build" : { | ||
"appId" : "com.scrisstudio.wnr" | ||
}, | ||
"copyright": "(c) Roderick Qiu", | ||
"productName": "wnr", | ||
"dependencies": { | ||
"@eastdesire/jscolor": "2.5.1", | ||
"@electron/remote": "2.1.1", | ||
"bootstrap": "4.6.2", | ||
"cmd-or-ctrl": "0.3.1", | ||
"compare-version": "0.1.2", | ||
"copy-to-clipboard": "3.3.3", | ||
"crypto-js": "4.2.0", | ||
"electron-debug": "3.2.0", | ||
"electron-store": "8.1.0", | ||
"i18n": "0.15.1", | ||
"jquery": "3.7.1", | ||
"node-fetch": "2.7.0", | ||
"node-notifier": "10.0.1", | ||
"node-shi": "0.4.2", | ||
"popper.js": "1.16.1", | ||
"schart.js": "3.0.4", | ||
"win-release-id": "1.0.6" | ||
"copyright" : "(c) Roderick Qiu", | ||
"productName" : "wnr", | ||
"dependencies" : { | ||
"@eastdesire/jscolor" : "2.5.2", | ||
"@electron/remote" : "2.1.1", | ||
"bootstrap" : "4.6.2", | ||
"cmd-or-ctrl" : "0.3.1", | ||
"compare-version" : "0.1.2", | ||
"copy-to-clipboard" : "3.3.3", | ||
"crypto-js" : "4.2.0", | ||
"electron-debug" : "3.2.0", | ||
"electron-store" : "8.1.0", | ||
"i18n" : "0.15.1", | ||
"jquery" : "3.7.1", | ||
"node-fetch" : "2.7.0", | ||
"node-notifier" : "10.0.1", | ||
"node-shi" : "0.4.2", | ||
"popper.js" : "1.16.1", | ||
"schart.js" : "3.0.4", | ||
"win-release-id" : "1.0.6" | ||
}, | ||
"devDependencies": { | ||
"cross-env": "7.0.3", | ||
"electron": "22.3.27", | ||
"electron-builder": "23.0.3" | ||
"devDependencies" : { | ||
"cross-env" : "7.0.3", | ||
"electron" : "22.3.27", | ||
"electron-builder" : "23.0.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters