diff --git a/packages/dnd-core/package.json b/packages/dnd-core/package.json index 2119d825f7..ff5f9adfcd 100644 --- a/packages/dnd-core/package.json +++ b/packages/dnd-core/package.json @@ -10,6 +10,10 @@ "test": "../../node_modules/.bin/npm-run-all clean build", "prepublish": "npm run test" }, + "repository": { + "type": "git", + "url": "https://github.com/react-dnd/react-dnd.git" + }, "dependencies": { "asap": "^2.0.6", "invariant": "^2.0.0", diff --git a/packages/react-dnd-html5-backend/package.json b/packages/react-dnd-html5-backend/package.json index 62717cfdce..c77db958c4 100644 --- a/packages/react-dnd-html5-backend/package.json +++ b/packages/react-dnd-html5-backend/package.json @@ -4,6 +4,10 @@ "description": "HTML5 backend for React DnD", "main": "lib/index.js", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/react-dnd/react-dnd.git" + }, "scripts": { "clean": "../../node_modules/.bin/rimraf lib", "build:lib": "../../node_modules/.bin/babel src --out-dir lib", diff --git a/packages/react-dnd-test-backend/package.json b/packages/react-dnd-test-backend/package.json index 7660460f57..80ef0238a5 100644 --- a/packages/react-dnd-test-backend/package.json +++ b/packages/react-dnd-test-backend/package.json @@ -3,6 +3,10 @@ "version": "2.4.0", "description": "A mock backend for testing React DnD apps", "main": "lib/index.js", + "repository": { + "type": "git", + "url": "https://github.com/react-dnd/react-dnd.git" + }, "scripts": { "clean": "../../node_modules/.bin/rimraf lib", "build": "../../node_modules/.bin/babel src --out-dir lib", diff --git a/packages/react-dnd/package.json b/packages/react-dnd/package.json index a967f59e92..d8776f6aa2 100644 --- a/packages/react-dnd/package.json +++ b/packages/react-dnd/package.json @@ -3,6 +3,10 @@ "version": "2.4.0", "description": "Drag and Drop for React", "main": "lib/index.js", + "repository": { + "type": "git", + "url": "https://github.com/react-dnd/react-dnd.git" + }, "license": "MIT", "scripts": { "clean": "../../node_modules/.bin/rimraf lib dist",