commit 25f93733542a9e8aaa07cbf94343ab613b2f1443
parent 3f7a2be1e6d29cc82b4f2c46f850ab20629c900a
Author: Gavin <gvnatknsn@gmail.com>
Date: Thu, 1 Aug 2019 11:48:07 -0700
alter browser entry in package.json
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
@@ -4,12 +4,10 @@
"license": "MIT",
"description": "Utilities for Hoon-style atom printing and conversion",
"main": "src/index.js",
- "browser": {
- "src/index.js": "dist/index.js"
- },
+ "browser": "dist/index.js",
"scripts": {
"build": "gulp",
- "test": "nyc mocha --reporter spec"
+ "test": "nyc mocha --repordter spec"
},
"repository": {
"type": "git",