Skip to content

Commit dcf10c6

Browse files
author
Totem Bot
committed
chore: 3.0.0
1 parent 51c1fac commit dcf10c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest-hapi-gen",
3-
"version": "2.5.1",
3+
"version": "3.0.0",
44
"description": "RESTHapi Gen is a @hapijs/hapi plugin which generates a CRUD RESTful API from a given @hapijs/joi model.",
55
"keywords": [
66
"hapi",
@@ -27,11 +27,11 @@
2727
},
2828
"jest": {
2929
"testEnvironment": "node",
30-
"testPathIgnorePatterns" : [
30+
"testPathIgnorePatterns": [
3131
"/node_modules/",
3232
".*\\.mother\\.js"
3333
],
34-
"coveragePathIgnorePatterns" : [
34+
"coveragePathIgnorePatterns": [
3535
"/node_modules/",
3636
"/dev/",
3737
".*\\.mother\\.js"

0 commit comments

Comments
 (0)