]> zoso.dev Git - libnemo.git/commitdiff
fix travis build
authorMiro Metsänheimo <miro@metsanheimo.fi>
Sun, 13 Oct 2019 08:10:33 +0000 (11:10 +0300)
committerMiro Metsänheimo <miro@metsanheimo.fi>
Sun, 13 Oct 2019 08:10:36 +0000 (11:10 +0300)
lib/bip39-mnemonic.ts
lib/ed25519.ts
lib/util/util.ts

index 8c9d7ca256206b2111902c8cf74e4c30c1f7fffd..548537bf1df18b5cef3fa5ad91f151e58ed5e3ff 100644 (file)
@@ -1,5 +1,5 @@
 import words from './words'
-import { Util } from './util/Util'
+import { Util } from './util/util'
 import { Convert } from './util/convert'
 
 const CryptoJS = require('crypto-js')
index dfcbb6e98aec7da357f4d059270ef34289e87570..0b8821bc7cf6256f51cbac66f853a2ccbdea71ea 100644 (file)
@@ -223,4 +223,4 @@ export class Ed25519 {
 export interface KeyPair {
        privateKey: string
        publicKey: string
-}
\ No newline at end of file
+}
index bf0f721445b024474d1823729e98c71eb0b76b84..4f5e4b666c7cde4b24968a20137dad7dcbfc8c5a 100644 (file)
@@ -27,4 +27,4 @@ export class Util {
                return str ? str.normalize('NFKD') : ''
        }
 
-}
\ No newline at end of file
+}