Skip to content

Commit 8a636d4

Browse files
committed
5.2.2-alpha1
1 parent 8d0b203 commit 8a636d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gquittet/graceful-server",
3-
"version": "5.2.1",
3+
"version": "5.2.2-alpha1",
44
"description": "Tiny (~5k), dependency-free Node.JS library to make your API more graceful",
55
"license": "MIT",
66
"author": "Guillaume Quittet <guillaume.quittet@gmail.com> (https://github.com/gquittet)",
@@ -32,7 +32,9 @@
3232
"#interface/*": "./src/interface/*.js",
3333
"#util/*": "./src/util/*.js"
3434
},
35-
"files": ["./lib/**/*"],
35+
"files": [
36+
"./lib/**/*"
37+
],
3638
"publishConfig": {
3739
"imports": {
3840
"#config/*": {

0 commit comments

Comments
 (0)