-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from GiovanniCardamone/dev
Updated contributors
- Loading branch information
Showing
3 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ docs | |
examples | ||
src | ||
tests | ||
.all-contributorsrc | ||
.editorconfig | ||
.env | ||
.prettierignore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "fastify-autoroutes", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Map directory structure to routes", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
|
@@ -12,15 +12,20 @@ | |
"test:watch": "nodemon --exec 'npm run tap'", | ||
"coverage": "tap --cov --coverage-report=lcovonly", | ||
"coverage:show": "tap --cov --coverage-report=html tests", | ||
"deploy": "npm run test && npm publish" | ||
"deploy": "npm run test && npm publish", | ||
"docs:watch": "docsify serve ./docs" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/GiovanniCardamone/fastify-autoroutes.git" | ||
}, | ||
"keywords": [ | ||
"fastify", | ||
"fastify-plugin" | ||
"fastify-plugin", | ||
"fastify-autoroutes", | ||
"autoroute", | ||
"autorouting", | ||
"autoroutes" | ||
], | ||
"author": "Giovanni Cardamone", | ||
"license": "MIT", | ||
|
@@ -31,9 +36,9 @@ | |
"devDependencies": { | ||
"@types/node": "^14.0.27", | ||
"@types/tap": "^14.10.0", | ||
"codecov": "^3.7.2", | ||
"coveralls": "^3.1.0", | ||
"cross-env": "^7.0.2", | ||
"docsify": "^4.11.4", | ||
"eslint": "^7.6.0", | ||
"fastify": "^3.1.1", | ||
"nodemon": "^2.0.4", | ||
|
@@ -43,5 +48,16 @@ | |
"dependencies": { | ||
"fastify-plugin": "^2.1.1" | ||
}, | ||
"contributors": [] | ||
"contributors": [ | ||
{ | ||
"name": "Giovanni Cardamone", | ||
"email": "[email protected]", | ||
"url": "https://giovannicardamone.github.io" | ||
}, | ||
{ | ||
"name": "Gennaro Bosone", | ||
"email": "[email protected]", | ||
"url": "https://www.desidus.it" | ||
} | ||
] | ||
} |