Skip to content

Commit

Permalink
style(lint): Linting .md and jest config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Jun 6, 2019
1 parent 165f500 commit 0c39a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# [6.0.0](https://github.com/jdalrymple/node-gitlab/compare/5.0.2...6.0.0) (2019-06-02)


### Code Refactoring

* **RepositoryFiles:** Missing a required argument from the function headers ([e13c593](https://github.com/jdalrymple/node-gitlab/commit/e13c593))

- **RepositoryFiles:** Missing a required argument from the function headers ([e13c593](https://github.com/jdalrymple/node-gitlab/commit/e13c593))

### BREAKING CHANGES

* **RepositoryFiles:** create, edit and remove functions now require the commitMessage function argument
- **RepositoryFiles:** create, edit and remove functions now require the commitMessage function argument

## [5.0.2](https://github.com/jdalrymple/node-gitlab/compare/5.0.1...5.0.2) (2019-05-31)

Expand Down
2 changes: 1 addition & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"coverageDirectory": "./coverage/",
"collectCoverage": true,

"detectOpenHandles": true,

"setupFilesAfterEnv": ["jest-extended"],
Expand Down

0 comments on commit 0c39a14

Please sign in to comment.