Skip to content

Commit

Permalink
Remove dependency on reactify for browserify users. Closes #3
Browse files Browse the repository at this point in the history
mikepb committed Mar 4, 2015
1 parent 39f06ab commit 9d31268
Showing 19 changed files with 732 additions and 119 deletions.
5 changes: 3 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
**/.*
bower.json
example
karma.conf.js
script
specs
bower.json
karma.conf.js
src
webpack.config.js
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -114,8 +114,8 @@ React.renderComponent(<App/>, document.body);
## Contributing

- Fork the project
- `$ npm install && npm start`
- Make changes, webpack will watch and rebuild as you make changes
- `$ npm install && npm run watch`
- Make changes, jsx will watch and rebuild `lib/draggable.js` as you make changes to `src/draggable.jsx`
- Add appropriate tests
- `$ npm test`
- If tests don't pass, make them pass.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"Michael Phan-Ba"
],
"description": "React draggable component",
"main": "./dist/react-draggable.js",
"main": "./lib/draggable.js",
"keywords": [
"react",
"draggable"
74 changes: 15 additions & 59 deletions dist/react-draggable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/react-draggable.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/react-draggable.map

This file was deleted.

4 changes: 2 additions & 2 deletions dist/react-draggable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/react-draggable.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 9d31268

Please sign in to comment.