diff --git a/package.json b/package.json index ecc929e..72e0520 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "directories": { "example": "example" }, + "repository": { + "type": "git", + "url": "https://github.com/react-d3/react-d3-basic.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf ./lib && BABEL_ENV=production ./node_modules/.bin/babel ./src --out-dir ./lib",