urbit-ob

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

commit 402c41634f1e7f1f29a1b261e81f127df5d16d78
parent c7189c9509da6ad3ad2f070605736172064f4cf6
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu,  5 Sep 2019 15:54:27 -0230

meta: patch version bump

Also updates the canonical repository's location.

Diffstat:
MCHANGELOG | 4++++
MREADME.md | 4++--
Mpackage.json | 6+++---
3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 4.1.2 (2019-09-05) + * Reverts change that likely caused the 'browser' specification in + package.json to break. + - 4.1.1 (2019-08-07) * Reverts change that messed up the library's namespacing downstream. diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ # urbit-ob -[![Build Status](https://secure.travis-ci.org/urbit/ob-js.png)](http://travis-ci.org/urbit/ob-js) +[![Build Status](https://secure.travis-ci.org/urbit/urbit-ob.png)](http://travis-ci.org/urbit/urbit-ob) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm](https://img.shields.io/npm/v/urbit-ob.svg)](https://www.npmjs.com/package/urbit-ob) @@ -88,4 +88,4 @@ A simple `npm test` will run the test suite. ## Building -`npm run build` will build the library for the browser. +`npm run build` will build the library for the browser. diff --git a/package.json b/package.json @@ -1,11 +1,11 @@ { "name": "urbit-ob", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "description": "Utilities for Hoon-style atom printing and conversion", "main": "src/index.js", "browser": { - "src/index.js": "dist/index.js" + "src/index.js": "dist/index.js" }, "scripts": { "build": "mkdir -p dist && rollup -c rollup.config.js", @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/urbit/ob-js.git" + "url": "git+https://github.com/urbit/urbit-ob.git" }, "keywords": [ "urbit"