We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dc73be + 2bb5719 commit 3cfd81aCopy full SHA for 3cfd81a
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@node-oauth/formats",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"description": "Validate ascii and unicode values.",
5
"main": "index.js",
6
"directories": {
@@ -9,7 +9,7 @@
9
"scripts": {
10
"pretest": "./node_modules/.bin/eslint index.js test",
11
"test": "mocha test",
12
- "test:coverage": "NODE_ENV=test nyc --reporter=html --reporter=text ./node_modules/.bin/mocha 'test/*'",
+ "test:coverage": "NODE_ENV=test nyc --reporter=html --reporter=text --reporter=lcov ./node_modules/.bin/mocha 'test/*'",
13
"lint": "npx eslint .",
14
"lint:fix": "npx eslint . --fix",
15
"docs": "jsdoc2md index.js > API.md"
0 commit comments