Skip to content

Commit

Permalink
Merge branch 'master' of github.com:idanen/react-draggable
Browse files Browse the repository at this point in the history
  • Loading branch information
idanen committed Dec 2, 2019
2 parents ada3b30 + 15427df commit 2887e8e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": ["last 2 Chrome versions", "last 2 Firefox versions"]
}
}
],
"@babel/preset-env",
"@babel/preset-react"
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.1](https://github.com/idanen/react-draggable/compare/v1.4.0...v1.4.1) (2019-11-28)


### Bug Fixes

* **build:** transpile to all envs ([fa890b8](https://github.com/idanen/react-draggable/commit/fa890b84bd625d8eaba67617834b3b16b3b5c29e))

# [1.4.0](https://github.com/idanen/react-draggable/compare/v1.3.0...v1.4.0) (2019-10-24)


Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ class MyComponent extends React.Component {
## Live demo

https://codesandbox.io/s/use-draggable-demo-tiu3w

## Contribute
PRs are welcomed!
Note - when opening a PR, make sure the last commit message abides [commitizen guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines).

0 comments on commit 2887e8e

Please sign in to comment.