commit 9768e1fcf8a9b94f364f39344f8efc33c14b8e35
parent 3fae1182da53d90cf7525168b2aadc7a5d832842
Author: Anthony <aarroyo@appliedminds.com>
Date: Fri, 2 Feb 2018 11:11:23 -0800
remove bignumber dep and use bn.js
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
@@ -1,8 +1,8 @@
{
- "name": "urbit-nom",
+ "name": "urbit-ob",
"version": "1.0.0",
"description": "utilities to convert urbit ship names back and forth between @p and @ud",
- "main": "nom.js",
+ "main": "index.js",
"scripts": {
"test": "node test/main.js"
},
@@ -15,6 +15,6 @@
"test": "^0.6.0"
},
"dependencies": {
- "bignum": "^0.12.5"
+ "bn.js": "^4.11.8"
}
}