From 572253bd93dd601c2b335ade2ba4d99df49259e5 Mon Sep 17 00:00:00 2001 From: Pietro Date: Fri, 17 Nov 2017 22:49:24 +0100 Subject: [PATCH] update readme github, add repository package.json --- README.md | 6 +++--- package.json | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d7bfd00..82be5aa4 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 git@github.com:gpietro/react-numpad.git cd react-numpad/ npm install npm start @@ -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. \ No newline at end of file diff --git a/package.json b/package.json index 4d33a711..51bf4ed5 100644 --- a/package.json +++ b/package.json @@ -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",