Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hiroyoshi committed Nov 18, 2015
1 parent 05454d8 commit 040b9c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "react-dnd-item",
"version": "0.0.2",
"version": "0.0.3",
"description": "A draggable and droppable item comopnent for React",
"main": "lib/index.js",
"scripts": {
"prepublish": "rm -rf lib && ./node_modules/.bin/webpack",
"build": "rm -rf lib && ./node_modules/.bin/webpack",
"test": "BABEL_JEST_STAGE=0 jest"
},
Expand Down

0 comments on commit 040b9c6

Please sign in to comment.