diff --git a/package.json b/package.json index 7e08b8a..0fcee6c 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "formsy-react", "version": "0.8.0", "description": "A form input builder and validator for React JS", + "repository": { + "type": "git", + "url": "https://github.com/christianalfoni/formsy-react.git" + } "main": "src/main.js", "scripts": { "test": "./node_modules/.bin/jasmine-node ./specs"