Skip to content

Commit

Permalink
Add repository fields to the packages (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Jul 25, 2017
1 parent d402e6a commit 7b655bf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/dnd-core/package.json
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-dnd-html5-backend/package.json
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-dnd-test-backend/package.json
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-dnd/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 7b655bf

Please sign in to comment.