mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-18 19:25:48 +00:00
Provide types for TypeScript projects using this library
This commit is contained in:
2
packages/ripple-address-codec/.gitignore
vendored
2
packages/ripple-address-codec/.gitignore
vendored
@@ -51,7 +51,7 @@ test/config.js
|
||||
# Ignore npm-debug
|
||||
npm-debug.log
|
||||
|
||||
# Ignore dist folder, build for bower
|
||||
# Ignore dist folder
|
||||
dist/
|
||||
|
||||
# Ignore flow output directory
|
||||
|
||||
@@ -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