Meriadec Pillet
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
package.json
-
src/internals/index.js
|
|
@ -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,4 +1,5 @@ |
|
|
|
// @flow
|
|
|
|
import '@babel/polyfill' |
|
|
|
import commands from 'commands' |
|
|
|
import logger from 'logger' |
|
|
|
import uuid from 'uuid/v4' |
|
|
|