This file contains hidden or 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
| name: node-red | |
| version: 0.18.4 | |
| summary: A visual tool for wiring the Internet of Things | |
| description: Node-RED is a flow based programming application for wiring together hardware devices, APIs and online services in new and interesting ways. | |
| confinement: strict | |
| grade: stable | |
| apps: | |
| node-red: | |
| command: bin/launch |
This file contains hidden or 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
| Pulling red | |
| Downloading 'node-v8.11.1-linux-x64.tar.gz'[==========================================================================================================================================================] 100% | |
| Downloading 'latest.tar.gz'[==========================================================================================================================================================================] 100% | |
| /Users/ev/Branches/nodered/parts/red/npm/bin/yarn add node-red | |
| yarn add v1.5.1 | |
| info No lockfile found. | |
| [1/4] Resolving packages... | |
| warning node-red > i18next > [email protected]: you can use npm install i18next from version 2.0.0 | |
| warning node-red > node-red-node-email > [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/ | |
| warning node-red > node-red-node-email > [email protected]: This project is unmaintained |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| ☻ unsquashfs -l webtorrent-desktop_0.19.0_amd64.snap | |
| Parallel unsquashfs: Using 4 processors | |
| 21130 inodes (30268 blocks) to write | |
| squashfs-root | |
| squashfs-root/WebTorrent-linux-ia32 | |
| squashfs-root/WebTorrent-linux-ia32/LICENSE | |
| squashfs-root/WebTorrent-linux-ia32/LICENSES.chromium.html | |
| squashfs-root/WebTorrent-linux-ia32/WebTorrent |
This file contains hidden or 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
| diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml | |
| index 9c3447a..33ea093 100644 | |
| --- a/snap/snapcraft.yaml | |
| +++ b/snap/snapcraft.yaml | |
| @@ -7,29 +7,11 @@ confinement: classic | |
| apps: | |
| heroku: | |
| - command: bin/run | |
| + command: bin/heroku |
This file contains hidden or 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
| diff --git a/package.json b/package.json | |
| index 22fe7e0..d4e17dc 100644 | |
| --- a/package.json | |
| +++ b/package.json | |
| @@ -35,7 +35,7 @@ | |
| "devDependencies": { | |
| "devtron": "^1.4.0", | |
| "electron": "^1.7.9", | |
| - "electron-builder": "^19.37.2", | |
| + "electron-builder": "^19.50.0", |
This file contains hidden or 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
| diff --git a/package.json b/package.json | |
| index aef1213..268cb6c 100644 | |
| --- a/package.json | |
| +++ b/package.json | |
| @@ -64,7 +64,7 @@ | |
| "del": "^2.2.2", | |
| "dependency-check": "^2.6.0", | |
| "electron": "^1.7.9", | |
| - "electron-builder": "^8.6.0", | |
| + "electron-builder": "^19.50.0", |
This file contains hidden or 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
| diff --git a/app/package.json b/app/package.json | |
| index 4b6c2a5..aadaaf4 100644 | |
| --- a/app/package.json | |
| +++ b/app/package.json | |
| @@ -15,7 +15,7 @@ | |
| }, | |
| "dependencies": { | |
| "chokidar": "^1.6.1", | |
| - "electron-updater": "^1.15.0", | |
| + "electron-updater": "^2.16.1", |
This file contains hidden or 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
| ☻ npm run package -- -l | |
| > [email protected] package /Users/ev/Branches/cerebro | |
| > yarn run build && build --publish never "-l" | |
| yarn run v1.0.1 | |
| $ yarn run build-main && yarn run build-renderer && yarn minify | |
| 689ms building modules | |
| 3ms sealing | |
| 0ms optimizing |
This file contains hidden or 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
| diff --git a/package.json b/package.json | |
| index 4f53b18..c631153 100644 | |
| --- a/package.json | |
| +++ b/package.json | |
| @@ -1,7 +1,14 @@ | |
| { | |
| "build": { | |
| "appId": "com.revmakx.manageyum", | |
| - "app-category-type": "your.app.category.type", | |
| + "snap": { |
This file contains hidden or 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
| diff --git a/package.json b/package.json | |
| index bec3587..132e806 100644 | |
| --- a/package.json | |
| +++ b/package.json | |
| @@ -11,20 +11,14 @@ | |
| "build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js", | |
| "build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js", | |
| "dev": "node .electron-vue/dev-runner.js", | |
| - "lint": | |
| - "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter src test", |