trim down package size

This commit is contained in:
Nolan Lawson 2016-03-08 22:57:12 -05:00
parent c03d4eccf2
commit aefa065d71
2 changed files with 5 additions and 8 deletions

View File

@ -1,7 +0,0 @@
.git*
node_modules
.DS_Store
*~
coverage
npm-debug.log
vendor/

View File

@ -52,5 +52,9 @@
"request": "^2.36.0",
"uglify-js": "^2.4.13",
"zuul": "^3.10.1"
}
},
"files": [
"lib",
"dist"
]
}