Skip to content

Commit

Permalink
Prepare revision 5! (#490)
Browse files Browse the repository at this point in the history
* update deps

* update changelog

* update package lock

* 0.19.1-revision5
  • Loading branch information
harrysarson committed Jan 28, 2021
1 parent 224fe29 commit b948183
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/). This project mirrors major Elm versions. So version 0.18.\* of this project will be compatible with Elm 0.18.\*.

## 0.19.1-beta1.revision5 - 2020-TBA
## 0.19.1-revision5 - 2020-01-28

### Breaking

Expand Down
52 changes: 19 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-test",
"version": "0.19.1-revision4",
"version": "0.19.1-revision5",
"description": "Run elm-test suites.",
"main": "elm-test.js",
"engines": {
Expand Down Expand Up @@ -45,10 +45,10 @@
"homepage": "https://github.com/rtfeldman/node-test-runner#readme",
"dependencies": {
"chalk": "^4.1.0",
"chokidar": "^3.4.2",
"chokidar": "^3.5.1",
"commander": "^7.0.0",
"cross-spawn": "^7.0.3",
"elm-tooling": "^1.0.0",
"elm-tooling": "^1.1.0",
"glob": "^7.1.6",
"graceful-fs": "^4.2.4",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit b948183

Please sign in to comment.