Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
fether
Commits
876fc70a
Commit
876fc70a
authored
Jun 29, 2018
by
Amaury Martiny
Browse files
Change some metadata
parent
7e7ff1f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
876fc70a
...
...
@@ -41,11 +41,11 @@
"scripts"
:
{
"build"
:
"lerna run build"
,
"preelectron"
:
"yarn build"
,
"electron"
:
"
cd packages/fether-electron && yarn electron
"
,
"electron"
:
"
lerna run electron --scope fether
"
,
"lint"
:
"lerna run lint --parallel"
,
"prepackage"
:
"yarn build"
,
"package"
:
"
cd packages/fether-electron && yarn package
"
,
"release"
:
"
cd packages/fether-electron && yarn release
"
,
"package"
:
"
lerna run package --scope fether
"
,
"release"
:
"
lerna run release --scope fether
"
,
"start"
:
"npm-run-all -l -p start-*"
,
"start-electron"
:
"cd packages/fether-electron && yarn start"
,
"start-hoc"
:
"cd packages/light-hoc && yarn start"
,
...
...
packages/light-hoc/README.md
View file @
876fc70a
# light-hoc
A HOC to use @parity/light.js with React. Basically the equivalent of oo7-react for Observables.
A HOC to use
[
@parity/light.js
](
https://github.com/parity-js/light.js
)
with React. Basically the equivalent of oo7-react for Observables.
Probably this should go inside its own repo.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment