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
+3 -3
View File
@@ -16,9 +16,9 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^0.36.1",
"@polkadot/types": "^0.46.11",
"@polkadot/util": "^0.36.1"
"@polkadot/keyring": "^0.36.3",
"@polkadot/types": "^0.46.12",
"@polkadot/util": "^0.36.3"
},
"peerDependencies": {
"@polkadot/keyring": "*",
+1 -1
View File
@@ -4,7 +4,7 @@
import React from 'react';
import styled from 'styled-components';
import IdentityIcon from '@polkadot/ui-identicon/index';
import IdentityIcon from '@polkadot/ui-identicon';
type Props = {
address: string,
@@ -2,7 +2,7 @@
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
import keyringOptionInstance from './index';
import keyringOptionInstance from '.';
describe('KeyringOption', () => {
it('should not allow initOptions to be called more than once', () => {