Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3b933a

Browse files
committed
fix(README): fix wording; also trigger version bump after dep bumps
Automated ependency bumps for security in #264, #265, and #266 will not trigger a semver release. I'm using this wording tweak in README to handle this.
1 parent bf525af commit a3b933a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
## Node
2727

28-
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*.
28+
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*.
2929

3030
## Install
3131

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

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

245246
import messages from '../utils/messages'
246247
import msgs from './messages'

0 commit comments

Comments
 (0)