mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-02 01:55:48 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user