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: btford/write-good
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.3
Choose a base ref
...
head repository: btford/write-good
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 2, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a6842fb View commit details

Commits on Dec 7, 2020

  1. Update the npm package dependencies (#126)

    Minimist package has moved from artifactory server that is shutdown
    to upstream. Minimist exists now in the official npm registry
    https://www.npmjs.com/package/minimist
    
    Downstream change to pull the latest version of write-good
    failed with the following error:
    
    npm ERR! network request to http://artifactory.otenv.com/artifactory/api/npm/npm-virtual/minimist/-/minimist-0.0.8.tgz
    failed, reason: getaddrinfo ENOTFOUND artifactory.otenv.com
    
    Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
    askb authored Dec 7, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d8a7df2 View commit details
  2. 1.0.4

    RichardLitt committed Dec 7, 2020
    2
    Copy the full SHA
    248a727 View commit details
Showing with 2,376 additions and 651 deletions.
  1. +1 −0 README.md
  2. +2,372 −649 package-lock.json
  3. +3 −2 package.json
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -319,6 +319,7 @@ These apps have similar functionality that you may find useful.
* [Write Good action](https://actions.getdrafts.com/a/1RA) for [Drafts](https://getdrafts.com) iOS App
* [Write Good Linter](https://marketplace.visualstudio.com/items?itemName=travisthetechie.write-good-linter) for [Visual Studio Code](https://code.visualstudio.com)
* [Vim ALE](https://github.com/w0rp/ale) realtime linter for [Vim](http://www.vim.org/) with included support for write-good.
* [Write Better](https://github.com/justiceo/write-better) A [Chrome extension](https://chrome.google.com/webstore/detail/write-better/nnnnnpmcdcloafmfkiihafnjidjkfmek) for Google Docs.

## License
MIT
Loading