We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0b203 commit 8a636d4Copy full SHA for 8a636d4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gquittet/graceful-server",
3
- "version": "5.2.1",
+ "version": "5.2.2-alpha1",
4
"description": "Tiny (~5k), dependency-free Node.JS library to make your API more graceful",
5
"license": "MIT",
6
"author": "Guillaume Quittet <guillaume.quittet@gmail.com> (https://github.com/gquittet)",
@@ -32,7 +32,9 @@
32
"#interface/*": "./src/interface/*.js",
33
"#util/*": "./src/util/*.js"
34
},
35
- "files": ["./lib/**/*"],
+ "files": [
36
+ "./lib/**/*"
37
+ ],
38
"publishConfig": {
39
"imports": {
40
"#config/*": {
0 commit comments