Skip to content

Commit

Permalink
add name field to package.cjs.json (#36)
Browse files Browse the repository at this point in the history
* add name field to package.cjs.json

* Update CHANGELOG.md
  • Loading branch information
davidjgoss authored Sep 7, 2022
1 parent 2569299 commit d2faf89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

- Add `name` field to `package.cjs.json` ([#36](https://github.com/cucumber/messages/pull/36))

## [19.1.2] - 2022-06-22

### Fixed
Expand Down
1 change: 1 addition & 0 deletions javascript/package.cjs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "@cucumber/messages",
"type": "commonjs"
}

0 comments on commit d2faf89

Please # to comment.