Skip to content

Commit

Permalink
update readme github, add repository package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gpietro committed Nov 17, 2017
1 parent ce6ce25 commit 572253b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo of the project](https://bitbucket.org/bpietro86/react-numpad/raw/master/logo.png)
![Logo of the project](https://github.com/gpietro/react-numpad/raw/master/logo.png)

# React numpad
A numpad for number, date and time, built with and for React.
Expand Down Expand Up @@ -99,7 +99,7 @@ Live demo: [gpietro.github.io/docs](https://gpietro.github.io/docs)
## Developing
```shell
git clone https://bitbucket.org/bpietro86/react-numpad
git clone [email protected]:gpietro/react-numpad.git
cd react-numpad/
npm install
npm start
Expand All @@ -119,7 +119,7 @@ A bundle will be created in the dist directory.
If you'd like to contribute, please fork the repository and use a feature
branch. Pull requests are warmly welcome.
See our [CONTRIBUTING.md](https://bitbucket.org/bpietro86/react-numpad/blob/master/CONTRIBUTING.md) for information on how to contribute.
See our [CONTRIBUTING.md](https://github.com/gpietro/react-numpad/blob/master/CONTRIBUTING.md) for information on how to contribute.
## License
MIT Licensed. Copyright (c) Pietro Ghezzi 2017.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.3",
"description": "Numpad react component, as number input or time input",
"main": "build/index.js",
"repository": {
"type" : "git",
"url" : "https://github.com/gpietro/react-numpad"
},
"scripts": {
"start": "webpack --watch",
"build": "babel lib -d build",
Expand Down

0 comments on commit 572253b

Please sign in to comment.