We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb3550 commit 579944dCopy full SHA for 579944d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@aulasoftwarelibre/next-auth-firewall",
3
- "version": "0.1.0",
+ "version": "1.0.0",
4
"description": "Firewall for NextAuth",
5
"type": "module",
6
"repository": "https://github.com/aulasoftwarelibre/next-auth-firewall",
@@ -110,8 +110,14 @@
110
"@commitlint/config-conventional"
111
],
112
"rules": {
113
- "body-max-line-length": [0, "always"],
114
- "footer-max-line-length": [0, "always"]
+ "body-max-line-length": [
+ 0,
115
+ "always"
116
+ ],
117
+ "footer-max-line-length": [
118
119
120
+ ]
121
}
122
},
123
"jest": {
0 commit comments