Skip to content

Commit 0eebc23

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github/codeql-action-4
2 parents 7521925 + 2bb5719 commit 0eebc23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-oauth/formats",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Validate ascii and unicode values.",
55
"main": "index.js",
66
"directories": {
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"pretest": "./node_modules/.bin/eslint index.js test",
1111
"test": "mocha test",
12-
"test:coverage": "NODE_ENV=test nyc --reporter=html --reporter=text ./node_modules/.bin/mocha 'test/*'",
12+
"test:coverage": "NODE_ENV=test nyc --reporter=html --reporter=text --reporter=lcov ./node_modules/.bin/mocha 'test/*'",
1313
"lint": "npx eslint .",
1414
"lint:fix": "npx eslint . --fix",
1515
"docs": "jsdoc2md index.js > API.md"

0 commit comments

Comments
 (0)