mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
Fix CDNs (#1142)
* Rename browser build output file to ripple-latest-min.js (the name prior to #1061) * Add unpkg and jsdelivr
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
"build/ripple-latest-min.js"
|
||||
],
|
||||
"main": "dist/npm/",
|
||||
"unpkg": "build/ripple-latest-min.js",
|
||||
"jsdelivr": "build/ripple-latest-min.js",
|
||||
"types": "dist/npm/index.d.ts",
|
||||
"browser": {
|
||||
"ws": "./dist/npm/common/wswrapper.js",
|
||||
|
||||
Reference in New Issue
Block a user