chore: update .gitignore and package.json

add build and types folder into .gitignore
remove index.js from files in package.json
This commit is contained in:
Ali Movahedi 2016-03-28 12:41:40 +04:30
parent 6e732a36fb
commit 55b89482b4
2 changed files with 4 additions and 2 deletions

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"