Reduce dependency size (#1057)

- Remove .npmignore since it is overridden by package.json 'files'
- Include build/ripple-latest-min.js, not everything in build/
This commit is contained in:
Elliot Lee
2019-10-25 13:57:45 -07:00
committed by GitHub
parent f3ad8a9b80
commit fcd6b430e1
2 changed files with 1 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
"files": [
"dist/npm/*",
"build/*"
"build/ripple-latest-min.js"
],
"main": "dist/npm/",
"types": "dist/npm/index.d.ts",