File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments