Skip to content

Commit 96b07fe

Browse files
committed
p3x-robot sunday release 8/3/2018, 2:59:55 PM
1 parent 9a3c38a commit 96b07fe

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
@license p3x-onenote v1.4.58-551
2+
@license p3x-onenote v1.4.63-554
33

44
📚 P3X Onenote Linux
55

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
[![NPM](https://nodei.co/npm/p3x-onenote.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/p3x-onenote/)
44

5-
[![Build Status](https://travis-ci.org/patrikx3/onenote.svg?branch=master)](https://travis-ci.org/patrikx3/onenote) [![Backers on Open Collective](https://opencollective.com/p3x-onenote/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/p3x-onenote/sponsors/badge.svg)](#sponsors)
5+
[![Build Status](https://travis-ci.org/patrikx3/onenote.svg?branch=master)](https://travis-ci.org/patrikx3/onenote)
6+
[![Uptime Robot ratio (30 days)](https://img.shields.io/uptimerobot/ratio/m780749701-41bcade28c1ea8154eda7cca.svg)](https://uptimerobot.patrikx3.com/)
7+
8+
[![Backers on Open Collective](https://opencollective.com/p3x-onenote/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/p3x-onenote/sponsors/badge.svg)](#sponsors)
69

710

811

9-
# 📚 P3X Onenote Linux v1.4.59-551
12+
# 📚 P3X Onenote Linux v1.4.63-554
1013

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

@@ -146,7 +149,7 @@ https://github.com/patrikx3/onenote/issues/14
146149

147150
---
148151

149-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.4.59-551
152+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.4.63-554
150153

151154
[![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)
152155

artifacts/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Though, I am using it, but some distros are different and I only use Linux Mint
2727

2828
---
2929

30-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.4.59-551
30+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.4.63-554
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

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "1.4.59-551",
3+
"version": "1.4.63-554",
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": "v10.6.0",
11+
"nodejs": "v10.8.0",
1212
"opencollective": true,
1313
"reponame": "onenote",
1414
"build": true
@@ -36,22 +36,22 @@
3636
},
3737
"homepage": "https://pages.corifeus.com/onenote",
3838
"dependencies": {
39-
"electron": "^2.0.4",
39+
"electron": "^2.0.6",
4040
"angular": "^1.7.2",
4141
"angular-animate": "^1.7.2",
4242
"angular-aria": "^1.7.2",
4343
"angular-material": "^1.1.10",
4444
"angular-messages": "^1.7.2",
45-
"configstore": "^3.1.2",
46-
"corifeus-utils": "^1.2.91-400",
45+
"configstore": "^4.0.0",
46+
"corifeus-utils": "^1.2.101-409",
4747
"opencollective": "^1.0.3",
4848
"typeface-roboto": "0.0.54"
4949
},
5050
"devDependencies": {
51-
"jsdom": "^11.11.0",
51+
"jsdom": "^11.12.0",
5252
"angular-mocks": "^1.7.2",
53-
"corifeus-builder": "^1.8.40-440",
54-
"electron-builder": "^20.20.4"
53+
"corifeus-builder": "^1.9.6-451",
54+
"electron-builder": "^20.26.1"
5555
},
5656
"engines": {
5757
"node": ">=10.5.0"

0 commit comments

Comments
 (0)