Skip to content

Commit

Permalink
Merge pull request #40 from GiovanniCardamone/dev
Browse files Browse the repository at this point in the history
Updated contributors
  • Loading branch information
GiovanniCardamone authored Aug 15, 2020
2 parents c822600 + 1cb9f2f commit 3db9ce8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
1 change: 0 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@
}
],
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-green.svg?style=flat)](#contributors)",
"skipCi": true
}
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ docs
examples
src
tests
.all-contributorsrc
.editorconfig
.env
.prettierignore
Expand Down
26 changes: 21 additions & 5 deletions package.json
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": {
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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"
}
]
}

0 comments on commit 3db9ce8

Please sign in to comment.