Skip to content

Instantly share code, notes, and snippets.

View hapoza's full-sized avatar
🎯
Focusing

Dan hapoza

🎯
Focusing
  • Florianópolis, Brazil
View GitHub Profile
@hapoza
hapoza / keybase.md
Created August 30, 2018 20:11
keybase.md

Keybase proof

I hereby claim:

  • I am hapoza on github.
  • I am hapoza (https://keybase.io/hapoza) on keybase.
  • I have a public key ASBK_3kQoq8Uv1-d31LSXGge5dKSrwvoCtP1mQGPZvJIawo

To claim this, I am signing this object:

@hapoza
hapoza / .babelrc
Created April 24, 2017 21:38 — forked from JamieMason/.babelrc
Tree-Shaking with Babel 6, Webpack 2, and React.
{
"presets": [
["es2015", {
"es2015": {
"loose": true,
"modules": false
}
}], "react"
]
}