remove babel and grunt from dependencies #18

Merged
amovah merged 6 commits from master into master 2016-03-28 14:52:32 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 55b89482b4 - Show all commits

3
.gitignore vendored
View File

@ -30,3 +30,6 @@ node_modules
test.js
.DS_Store
build
types

View File

@ -23,8 +23,7 @@
},
"files": [
"types",
"build",
"index.js"
"build"
],
"directories": {
"lib": "lib"