mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
Provide types for TypeScript projects using this library
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"version": "3.0.0",
|
||||
"description": "encodes/decodes base58 encoded ripple identifiers",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"base-x": "3.0.4",
|
||||
@@ -12,6 +13,7 @@
|
||||
"type": "git",
|
||||
"url": "git://github.com/ripple/ripple-address-codec.git"
|
||||
},
|
||||
"prepublish": "tsc",
|
||||
"scripts": {
|
||||
"compile": "tsc",
|
||||
"test": "tsc && tslint -p ./ && mocha",
|
||||
|
||||
Reference in New Issue
Block a user