Skip to content

Commit

Permalink
chore: fix lint (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Feb 14, 2019
1 parent b3b1bda commit 147b9fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"keypair": "^1.0.1",
"linkinator": "^1.1.2",
"mocha": "^5.2.0",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"nock": "^10.0.0",
"null-loader": "^0.1.1",
"nyc": "^13.0.0",
"nyc": "^13.3.0",
"prettier": "^1.13.4",
"puppeteer": "^1.11.0",
"sinon": "^7.0.0",
Expand All @@ -78,8 +79,7 @@
"ts-loader": "^5.0.0",
"typescript": "~3.3.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"linkinator": "^1.1.2"
"webpack-cli": "^3.1.1"
},
"files": [
"build/src",
Expand Down
3 changes: 2 additions & 1 deletion src/crypto/browser/crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
// SubtleCrypto interface `window.crypto.subtle`.

import * as base64js from 'base64-js';
import {CryptoSigner} from '../crypto';

import {isBrowser} from '../../isbrowser';
import {CryptoSigner} from '../crypto';

// Not all browsers support `TextEncoder`. The following `require` will
// provide a fast UTF8-only replacement for those browsers that don't support
Expand Down

0 comments on commit 147b9fc

Please sign in to comment.