Skip to content

Commit

Permalink
chore(patch): release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Sep 6, 2023
1 parent 457d569 commit e84d869
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "create-servers",
"version": "3.2.0",
"version": "3.2.1",
"description": "Create an http AND/OR an https server and call the same request handler.",
"main": "index.js",
"files": ["./index.js"],
"files": [
"./index.js"
],
"scripts": {
"test": "node test/create-servers-test.js"
},
Expand Down

0 comments on commit e84d869

Please sign in to comment.