urbit-ob

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

commit 5ba352fdba841f1af926d339b83a89b1b568659d
parent a9e83f6f527324f056756c619b38a61271a9a9b8
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 24 Oct 2018 17:23:18 +1300

Add repository field to package.json.

Diffstat:
Mpackage.json | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json @@ -6,6 +6,10 @@ "scripts": { "test": "nyc mocha --reporter spec" }, + "repository": { + "type": "git", + "url": "git+https://github.com/urbit/ob-js.git" + }, "keywords": [ "urbit" ],