Remove /index imports (swap to bare) (#92)

* Remove /index imports (swap to bare)

* Bump api & common
This commit is contained in:
Jaco Greeff
2019-03-14 09:42:53 +01:00
committed by GitHub
parent 27e1d142f1
commit 3ce8b5bd35
12 changed files with 38 additions and 34 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { encodeAddress } from '@polkadot/keyring';
import { isNull } from '@polkadot/util';
import { randomAsU8a } from '@polkadot/util-crypto';
import identicon from './index';
import identicon from '.';
const element = document.getElementById('demo');
@@ -4,7 +4,7 @@
import xmlserializer from 'xmlserializer';
import identicon from './index';
import identicon from '.';
describe('identicon', () => {
it('generates a basic [0,..,0] identicon', () => {