urbit-ob

JavaScript utilities for phonemic base wrangling.
Log | Files | Refs | README

commit cb558ccad0c5683d1779c80ed2c5bbb5c87ff63e
parent 0214cfbeece2708ba791251f202dac802d41bef5
Author: Gavin Atkinson <gvnatknsn@protonmail.com>
Date:   Mon,  3 Sep 2018 15:53:44 -0700

update package json with correct module name

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -1,5 +1,5 @@ { - "name": "urbit-ob", + "name": "ob-js", "version": "1.1.0", "description": "utilities to convert urbit ship names back and forth between @p and @ud", "main": "dist/index.js",