Skip to content

Commit

Permalink
ci: set master to be pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jan 14, 2021
1 parent 9f7a565 commit cab22ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/pages/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ import { TransactionModal } from '@modals/transaction/transaction-modal';
import { ReceiveStxModal } from '@modals/receive-stx/receive-stx-modal';
import { TransactionListItemPending } from '@components/home/transaction-list/transaction-list-item-pending';

import { HomeLayout } from './home-layout';

import { StackingCard } from '../../components/home/stacking-card';
import { StackingCard } from '@components/home/stacking-card';
import { StackingLoading } from '@components/home/stacking-loading';
import { StackingBeginsSoonCard } from '@components/home/stacking-begins-soon-card';

import { HomeLayout } from './home-layout';

export const Home: FC = () => {
const dispatch = useDispatch();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockstack/stacks-wallet.git"
"url": "git@github.com:blockstack/stacks-wallet.git"
},
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit cab22ba

Please sign in to comment.