Remove unnecessary files from npm

- `"bin/*"`, `"test/*"`, and `"Gulpfile.js"` can be removed
- See #844
This commit is contained in:
Elliot Lee
2018-02-13 13:36:02 -08:00
committed by GitHub
parent 55e6801f4a
commit 0c318816cc

View File

@@ -5,10 +5,7 @@
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
"files": [
"dist/npm/*",
"bin/*",
"build/*",
"test/*",
"Gulpfile.js"
"build/*"
],
"main": "dist/npm/",
"browser": {