Skip to content

Commit e84d869

Browse files
committed
chore(patch): release 3.2.1
1 parent 457d569 commit e84d869

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "create-servers",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Create an http AND/OR an https server and call the same request handler.",
55
"main": "index.js",
6-
"files": ["./index.js"],
6+
"files": [
7+
"./index.js"
8+
],
79
"scripts": {
810
"test": "node test/create-servers-test.js"
911
},

0 commit comments

Comments
 (0)