Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: foliojs/linebreak
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: foliojs/linebreak
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 17, 2019

  1. Upgrade brfs to version 2.0.2 (#11)

    jagonzalr authored and devongovett committed Jun 17, 2019
    Copy the full SHA
    ca8f2ad View commit details
  2. 1.0.1

    devongovett committed Jun 17, 2019
    Copy the full SHA
    1fe617f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linebreak",
"version": "1.0.0",
"version": "1.0.1",
"description": "An implementation of the Unicode Line Breaking Algorithm (UAX #14)",
"repository": {
"type": "git",
@@ -19,7 +19,7 @@
"homepage": "https://github.com/devongovett/linebreaker",
"dependencies": {
"base64-js": "0.0.8",
"brfs": "^1.3.0",
"brfs": "^2.0.2",
"unicode-trie": "^0.3.0"
},
"devDependencies": {