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", "description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
"files": [ "files": [
"dist/npm/*", "dist/npm/*",
"bin/*", "build/*"
"build/*",
"test/*",
"Gulpfile.js"
], ],
"main": "dist/npm/", "main": "dist/npm/",
"browser": { "browser": {