refactor: remove grunt and babel

remove grunt from dependencies, and use transformed code instead using babel/register.
change API a litte
This commit is contained in:
Ali Movahedi
2016-03-28 00:59:00 +04:30
parent 8e14a026df
commit e5c25bd9c1
44 changed files with 576 additions and 1446 deletions

4
.babelrc Normal file
View File

@ -0,0 +1,4 @@
{
"presets": ["es2015"],
"plugins": ["babel-plugin-add-module-exports"]
}