Skip to content

Commit

Permalink
1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 20, 2015
1 parent 32f7811 commit 701ff6a
Show file tree
Hide file tree
Showing 50 changed files with 34 additions and 2,003 deletions.
4 changes: 4 additions & 0 deletions .npmignore
@@ -0,0 +1,4 @@
src
dist
scripts
examples
2 changes: 1 addition & 1 deletion TODO
Expand Up @@ -11,4 +11,4 @@
* update example notes
* include HTML5 backend in dist
* figure out monitor parameter
* change dist-modules => modules, modules => src
* test w/ React 0.14
4 changes: 2 additions & 2 deletions bower.json
@@ -1,14 +1,14 @@
{
"name": "react-dnd",
"version": "0.9.6",
"version": "1.0.0-alpha",
"homepage": "https://github.com/gaearon/react-dnd",
"authors": [
"Dan Abramov <dan.abramov@me.com>"
],
"description": "Drag and drop for React with full DOM control.",
"main": "dist/ReactDND.min.js",
"dependencies": {
"react": "0.12.x"
"react": ">=0.13.0 <0.15.0"
},
"moduleType": [
"amd",
Expand Down
119 changes: 0 additions & 119 deletions dist-modules/ComponentDragSource.js

This file was deleted.

115 changes: 0 additions & 115 deletions dist-modules/ComponentDropTarget.js

This file was deleted.

120 changes: 0 additions & 120 deletions dist-modules/ComponentHandlerMap.js

This file was deleted.

0 comments on commit 701ff6a

Please sign in to comment.