Skip to content

Commit a78b718

Browse files
tolson4davidlehn
andcommitted
Apply code review changes.
Co-authored-by: David I. Lehn <dil@lehn.org>
1 parent a6181d3 commit a78b718

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Bedrock HTTP API Module Template _(bedrock-module-template-http)_
1+
# Bedrock HTTP API Module Template _(@bedrock/module-template-http)_
22

3-
[![Build Status](https://img.shields.io/github/workflow/status/digitalbazaar/bedrock-module-template-http/Bedrock%20Node.js%20CI)](https://github.com/digitalbazaar/bedrock-module-template-http/actions?query=workflow%3A%22Bedrock+Node.js+CI%22)
4-
[![NPM Version](https://img.shields.io/npm/v/bedrock-module-template-http.svg)](https://npm.im/bedrock-module-template-http)
3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/digitalbazaar/bedrock-module-temlpate-http/main.yaml)](https://github.com/digitalbazaar/bedrock-module-template-http/actions/workflows/main.yaml)
4+
[![NPM Version](https://img.shields.io/npm/v/@bedrock/module-template-http.svg)](https://npm.im/@bedrock/module-template-http)
55

66
> A template for HTTP API modules for Bedrock applications.
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"eslint": "^8.57.1",
4040
"eslint-config-digitalbazaar": "^5.2.0",
41-
"eslint-plugin-jsdoc": "^50.6.8",
41+
"eslint-plugin-jsdoc": "^51.4.1",
4242
"eslint-plugin-unicorn": "^56.0.1"
4343
},
4444
"engines": {

test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"c8": {
2424
"excludeNodeModules": false,
2525
"include": [
26-
"node_modules/@bedrock/bedrock-recaptcha/**"
26+
"node_modules/@bedrock/module-template-http/**"
2727
],
2828
"exclude": [
29-
"node_modules/@bedrock/bedrock-recaptcha/node_modules/**"
29+
"node_modules/@bedrock/module-template-http/node_modules/**"
3030
],
3131
"reporter": [
3232
"lcov",

0 commit comments

Comments
 (0)