commit 17788f8ebf0d5bbd30cab2340bae6453d8e4e7f9
parent a4958ae882b1a71ff3aaf7fa438dd1145d019a0d
Author: Jared Tobin <jared@jtobin.io>
Date: Mon, 9 Sep 2019 14:08:15 -0230
release: patch version bump (4.1.2 -> 4.1.3)
Diffstat:
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,12 @@
# Changelog
+- 4.1.3 (2019-09-09)
+ * Further fixes to the 'browser' specification. Uses the single-line
+ spec outlined in [1] that simply provides an entry point hint for
+ builders.
+
+ [1]: https://github.com/defunctzombie/package-browser-field-spec
+
- 4.1.2 (2019-09-05)
* Reverts change that likely caused the 'browser' specification in
package.json to break.
diff --git a/package.json b/package.json
@@ -1,12 +1,10 @@
{
"name": "urbit-ob",
- "version": "4.1.2",
+ "version": "4.1.3",
"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": "mkdir -p dist && rollup -c rollup.config.js",
"test": "nyc mocha --reporter spec",