urbit-ob

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

commit c7189c9509da6ad3ad2f070605736172064f4cf6
parent d8ad62aaacdacac300b43de2c2f9b43b54ca0708
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu,  5 Sep 2019 15:51:42 -0230

Revert "alter browser entry in package.json"

This reverts commit 25f93733542a9e8aaa07cbf94343ab613b2f1443.

Given what we experienced in urbit-key-generation, I suspect the
'browser' specification introduced here doesn't work as expected.

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

diff --git a/package.json b/package.json @@ -4,7 +4,9 @@ "license": "MIT", "description": "Utilities for Hoon-style atom printing and conversion", "main": "src/index.js", - "browser": "dist/index.js", + "browser": { + "src/index.js": "dist/index.js" + }, "scripts": { "build": "mkdir -p dist && rollup -c rollup.config.js", "test": "nyc mocha --reporter spec",