Skip to content

Commit

Permalink
Merge pull request #267 from conveyal/bump-deps
Browse files Browse the repository at this point in the history
Trigger patch/micro release with README tweak
  • Loading branch information
landonreed committed Jun 10, 2019
2 parents 1f20040 + a3b933a commit c144b3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

## Node

We pin mastarm to a specific version of node due to inconsistencies across installation and building when using multiple versions. *Node 8 is now required to run mastarm*.
We pin mastarm to a specific version of node due to inconsistencies across installation and building when using multiple versions. *Node 8 is now required to run mastarm*.

## Install

Expand Down Expand Up @@ -240,7 +240,8 @@ also pass in an arbitrary number of paths to directories or files to lint.

`lint-messages` is somewhat opinionated about how messages should be used in code. They should be imported
from a local module called `messages`, and referred to using dot notation. It will work regardless
of whether you import the top-level messages object or named children; the following all work:
of whether you import the top-level messages object or named children. The following import strategies
all work:

import messages from '../utils/messages'
import msgs from './messages'
Expand Down

0 comments on commit c144b3a

Please sign in to comment.