Skip to content

Commit

Permalink
Update dependencies and remove deprecated publish-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 14, 2016
1 parent 2f97cda commit f6cf8f3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"build": "./scripts/build.sh",
"lint": "eslint .",
"test": "karma start",
"prepublish": "npm run lint && npm run build",
"postpublish": "publish-latest"
"prepublish": "npm run lint && npm run build"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,9 +39,9 @@
"homepage": "https://github.com/gaearon/react-dnd",
"dependencies": {
"disposables": "^1.0.1",
"dnd-core": "^1.2.2",
"dnd-core": "^1.3.0",
"invariant": "^2.1.0",
"lodash": "^4.0.1"
"lodash": "^4.2.0"
},
"peerDependencies": {
"react": "^0.14.0"
Expand Down Expand Up @@ -76,10 +75,9 @@
"mocha": "^2.2.5",
"null-loader": "^0.1.0",
"postcss": "^4.0.2",
"publish-latest": "^1.1.2",
"react": "^0.14.0",
"react-dnd-html5-backend": "^2.0.0",
"react-dnd-test-backend": "^1.0.0",
"react-dnd-html5-backend": "^2.1.2",
"react-dnd-test-backend": "^1.0.1",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.2.3",
"react-router": "~0.13.2",
Expand Down

0 comments on commit f6cf8f3

Please sign in to comment.