Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
shiquan committed Jul 24, 2017
1 parent 51922c4 commit 6ed13c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h2>INSTALL</h2>
npm install @stoneqq11/react-dialog --save
npm install @dreamland/react-dialog --save

<h2>USEAGE</h2>
import Dialog from '@stoneqq11/react-dialog'
import Dialog from '@dreamland/react-dialog'

<Dialog data={{
title: '',
Expand All @@ -13,12 +13,12 @@

<h2>USE WITH REDUX</h2>
// action
import * as dialogActions from '@stoneqq11/react-dialog/lib/action'
import * as dialogActions from '@dreamland/react-dialog/lib/action'

// reducer
import dialogData from '@stoneqq11/react-dialog/lib/reducer'
import dialogData from '@dreamland/react-dialog/lib/reducer'

import Dialog from '@stoneqq11/react-dialog'
import Dialog from '@dreamland/react-dialog'
import Immutable from 'immutable'

<Dialog data={dialogData} />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stoneqq11/react-dialog",
"name": "@dreamland/react-dialog",
"version": "1.0.0",
"description": "react dialog component",
"repository": "https://github.com/stoneqq11/react-dialog.git",
Expand Down

0 comments on commit 6ed13c5

Please sign in to comment.