Skip to content

Commit

Permalink
chore: do not use caret in version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jan 1, 2024
1 parent be45c1b commit 2c2b46a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
14 changes: 7 additions & 7 deletions .c8rc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"clean": true,
"check-coverage": true,
"all": true,
"temp-directory": "./coverage/.tmp",
"reporter": ["text-summary", "html"],
"include": ["lib/**/*.js", "lib/*.js"],
"lines": 85
"clean": true,
"check-coverage": true,
"all": true,
"temp-directory": "./coverage/.tmp",
"reporter": ["text-summary", "html"],
"include": ["lib/**/*.js", "lib/*.js"],
"lines": 85
}
4 changes: 1 addition & 3 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module.exports = {
upgrade: true,
reject: [
// API changes break existing tests
'proxy',
// ESM
'chai'
'proxy'
]
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"devDependencies": {
"@aws-sdk/client-ses": "3.484.0",
"bunyan": "1.8.15",
"c8": "^8.0.1",
"eslint": "^8.56.0",
"c8": "8.0.1",
"eslint": "8.56.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0",
"libbase64": "1.2.1",
Expand Down

0 comments on commit 2c2b46a

Please sign in to comment.