Browse Source

Merge pull request #1607 from LedgerHQ/master

Master
gre-patch-1
Meriadec Pillet 6 years ago
committed by GitHub
parent
commit
fb733125a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 1
      src/internals/index.js

2
package.json

@ -3,7 +3,7 @@
"productName": "Ledger Live",
"description": "Ledger Live - Desktop",
"repository": "https://github.com/LedgerHQ/ledger-live-desktop",
"version": "1.2.1",
"version": "1.2.3",
"author": "Ledger",
"license": "MIT",
"scripts": {

1
src/internals/index.js

@ -1,4 +1,5 @@
// @flow
import '@babel/polyfill'
import commands from 'commands'
import logger from 'logger'
import uuid from 'uuid/v4'

Loading…
Cancel
Save