urbit-ob

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

commit bc4fba2f40e8c407144bb85f416858cfb9b059ed
parent 6bb3180b6ce4f97c30233495bed5b9c696f08fa0
Author: Gavin <gvnatknsn@gmail.com>
Date:   Thu,  1 Aug 2019 10:15:27 -0700

formatting nit

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

diff --git a/package.json b/package.json @@ -3,9 +3,9 @@ "version": "4.0.2", "description": "Utilities for Hoon-style atom printing and conversion", "main": "src/index.js", - "browser": { - "src/index.js": "dist/index.js" - }, + "browser": { + "src/index.js": "dist/index.js" + }, "scripts": { "build": "gulp", "test": "nyc mocha --reporter spec"