Skip to content

Commit

Permalink
npm package and babel for building
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstrom committed Nov 7, 2017
1 parent 8511f60 commit d07fe39
Show file tree
Hide file tree
Showing 6 changed files with 2,581 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"presets": [
["env", {
"targets": {
"browsers": [
"last 2 versions",
"> 5%"
]
}
}]
],
"plugins": [
["transform-es2015-modules-umd", {
"globals": {
"pinch-zoom": "PinchZoom"
},
"exactGlobals": true
}]
]
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
node_modules
Loading

0 comments on commit d07fe39

Please sign in to comment.