Skip to content

Commit

Permalink
published 0.6.2 typescipt
Browse files Browse the repository at this point in the history
  • Loading branch information
kutlugsahin committed Mar 6, 2019
1 parent cfebd4d commit 3e2ba51
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-smooth-dnd",
"version": "0.6.0",
"version": "0.6.2",
"description": "Drag and Drop library",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -41,11 +41,15 @@
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-uglify": "6.0.2",
"typescript": "3.3.3333"
"typescript": "3.3.3333",
"react": "^16.3.0",
"@types/react": "^16.3.0"
},
"peerDependencies": {
"react": "^16.3.0"
},
"dependencies": {
"smooth-dnd": "0.7.0",
"react": "^16.3.0",
"@types/react": "^16.3.0"
"prop-types":">=15.6.0"
}
}

0 comments on commit 3e2ba51

Please sign in to comment.