Skip to content

Commit

Permalink
Merge pull request #6 from liady/patch-1
Browse files Browse the repository at this point in the history
Transpile to ES5
  • Loading branch information
idanen authored Nov 28, 2019
2 parents 265e0de + fa890b8 commit 09be0f6
Show file tree
Hide file tree
Showing 2 changed files with 5 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"
]
}
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 09be0f6

Please sign in to comment.