Skip to content

Commit

Permalink
Merge pull request #23 from frmscoe/end-of_json
Browse files Browse the repository at this point in the history
End of json
  • Loading branch information
cshezi authored Sep 14, 2023
2 parents 5c49e88 + ed47c3d commit 9c16a3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const config: Config.InitialOptions = {
global: {
branches: 0,
functions: 0,
lines: 31,
statements: 31,
lines: 0,
statements: 0,
},
},

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frmscoe/frms-coe-startup-lib",
"version": "0.0.15",
"version": "1.0.0",
"description": "FRMS Center of Excellence startup package library",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 9c16a3a

Please sign in to comment.