Skip to content

Commit bc4ec90

Browse files
committed
p3x-robot sunday release 2018-5-1 21:09:36
1 parent 35cfaf3 commit bc4ec90

File tree

4 files changed

+25
-15
lines changed

4 files changed

+25
-15
lines changed

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88

9-
# 📚 P3X Onenote Linux v1.2.368-450
9+
# 📚 P3X Onenote Linux v1.2.372-457
1010

1111
This is an open-source project. Star this repository if you like it, or even donate! Thank you so much! :)
1212

@@ -72,7 +72,7 @@ Logout and relogin, and a menu will now appear.
7272

7373
## If you are a NodeJs Ninja
7474

75-
[readme](./artifacts/npm.md)
75+
[readme](artifacts/npm.md)
7676

7777
# Features
7878

@@ -141,14 +141,19 @@ https://github.com/patrikx3/onenote/issues/14
141141

142142
---
143143

144-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.368-450
144+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.372-457
145145

146146
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
147147

148148

149-
## Sponsor
149+
## Sponsors
150150

151-
[![JetBrains](https://www.patrikx3.com/images/jetbrains-logo.svg)](https://www.jetbrains.com/)
151+
[IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com)
152+
153+
[![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](https://www.jetbrains.com/) [![NoSQLBooster](https://cdn.corifeus.com/assets/png/nosqlbooster-70x70.png)](https://www.nosqlbooster.com/)
154+
155+
[The Smartest IDE for MongoDB](https://www.nosqlbooster.com)
156+
152157

153158

154159

artifacts/npm.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,19 @@ Though I am using it, but some distros are different and I only use Linux Mint a
2727

2828
---
2929

30-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.368-450
30+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.372-457
3131

3232
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
3333

3434

35-
## Sponsor
35+
## Sponsors
3636

37-
[![JetBrains](https://www.patrikx3.com/images/jetbrains-logo.svg)](https://www.jetbrains.com/)
37+
[IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com)
38+
39+
[![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](https://www.jetbrains.com/) [![NoSQLBooster](https://cdn.corifeus.com/assets/png/nosqlbooster-70x70.png)](https://www.nosqlbooster.com/)
40+
41+
[The Smartest IDE for MongoDB](https://www.nosqlbooster.com)
42+
3843

3944

4045

bin/p3x-onenote.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//console.debug(`P3X sets UV_THREADPOOL_SIZE to ${cores} thread pool`)
77

88
if (!require('fs').existsSync(`${__dirname}/../node_modules`)) {
9-
require('child_process').execSync(`cd ${__dirname}/..; npm install --only=prod`, {
9+
require('child_process').execSync(`cd ${__dirname}/.. && npm install --only=prod`, {
1010
stdio: 'inherit'
1111
});
1212
}

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "1.2.368-450",
3+
"version": "1.2.372-457",
44
"description": "📚 P3X Onenote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
77
"prefix": "p3x-",
88
"publish": true,
99
"type": "p3x",
1010
"code": "Linux",
11-
"nodejs": "v9.11.1"
11+
"nodejs": "v10.0.0"
1212
},
1313
"bin": {
1414
"p3x-onenote": "bin/p3x-onenote.js"
@@ -32,13 +32,13 @@
3232
},
3333
"homepage": "https://pages.corifeus.com/onenote",
3434
"dependencies": {
35-
"electron": "^1.8.4",
35+
"electron": "^1.8.6",
3636
"configstore": "^3.1.2",
37-
"corifeus-utils": "^1.2.10-351"
37+
"corifeus-utils": "^1.2.15-358"
3838
},
3939
"devDependencies": {
40-
"corifeus-builder": "^1.7.1332-365",
41-
"electron-builder": "^20.10.0"
40+
"corifeus-builder": "^1.7.1350-372",
41+
"electron-builder": "^20.11.1"
4242
},
4343
"engines": {
4444
"node": ">=8.9.0"

0 commit comments

Comments
 (0)