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

2
.gitignore vendored
View File

@ -28,3 +28,5 @@ node_modules
# Test file I use to test my module
test.js
.DS_Store