This repository was archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
WIP: Relates to #81. Update to Electron v4.1.0 #91
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
08790aa
fix: Fixes #81. Update to Electron 4
ltfschoen 2c23b75
misc: Contributor instructions. Minimum Node.js version check for Ele…
ltfschoen 47a48da
docs: Use NPM outdated
ltfschoen 6f2f89a
fix: Add typescript to devDependencies of abi package to fix missing …
ltfschoen cd69d03
fix: Add Typescript dependency to all packages to avoid missing tsc b…
ltfschoen 146fc60
fix: Use tsc binary of package not global version
ltfschoen b7a049f
fix: Install dependencies first before run tsc
ltfschoen 955fbad
fix: Install dependencies before run tsc
ltfschoen 1bf180e
Able to run yarn and yarn build using Node.js v10.11.0
ltfschoen 1bd8d8f
feat: Relates to #81. Update to Electron v3.1.0
ltfschoen 8b347e0
fix: Add version to NPM package.json
ltfschoen 73c2042
fix: Update dependencies. See commit details
ltfschoen 2d55506
review-fix: Updates to address comments in the electron 3 PR
ltfschoen 06ce040
fix: Remove useless .nvmrc file
ltfschoen 17a89b9
review-fix: Update Readme Step 7
ltfschoen 8e9ce07
review-fix: Revert back to just tsc command since resolved Step 7 issue
ltfschoen 7f2ca26
review-fix: Remove version number from main package.json. See Readme …
ltfschoen 39c0d46
fix: Remove .npmrc file
ltfschoen 1f30339
merge latest from master
ltfschoen 044b089
remove .nvmrc
ltfschoen f0f620a
review-fix: Fix to resolve CI failing as cannot find matching electro…
ltfschoen b4df637
review-fix: Remove version number
ltfschoen f8717f7
review-fix: Revert to just tsc in package.json build
ltfschoen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Add version to NPM package.json
Otherwise when try to use the package from a remote branch such as ``` "@parity/electron": "https://github.com/paritytech/js-libs.git#luke-81-electron-3", ``` Then it produces error: ``` error Can't add "@parity/electron": invalid package version undefined. ```
- Loading branch information
commit 8b347e047c260e53f3da0955bf87bb2c10de2744
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| { | ||
| "name": "js-libs", | ||
| "description": "A collection of JavaScript libraries for dapp development.", | ||
| "version": "v3.0.26", | ||
| "author": "Parity Team <[email protected]>", | ||
| "maintainers": [ | ||
| "Amaury Martiny" | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this.
I just tried a
lerna version patch --push falselocally, it bumps all packages correctly, but doesn't bump this. I'm pretty sure lerna doesn't need a version here.