mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 08:55:53 +00:00
JS: Remove ripple-lib and link to it via package.json instead.
This commit is contained in:
15
package.json
15
package.json
@@ -1,19 +1,16 @@
|
||||
{
|
||||
"name": "ripple-lib",
|
||||
"version": "0.7.10",
|
||||
"description": "Ripple JavaScript client library",
|
||||
"name": "rippled",
|
||||
"version": "0.0.1",
|
||||
"description": "Rippled Server",
|
||||
|
||||
"private": true,
|
||||
|
||||
"files": [
|
||||
"src/js/*.js",
|
||||
"build/sjcl.js",
|
||||
"bin/rsign.js"
|
||||
],
|
||||
"main": "src/js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"ripple-lib": "0.7.10",
|
||||
"async": "~0.1.22",
|
||||
"ws": "~0.4.22",
|
||||
"extend": "~1.1.1",
|
||||
|
||||
Reference in New Issue
Block a user