Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
- refactor: http-server <= 0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Dec 11, 2023
1 parent 1dc1f85 commit 54381d7
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 125 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"./src"
],
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
}
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log (@egomobile/api-utils)

## 4.0.0

- module requires at least:
- [node-http-server 0.65.0+](https://github.com/egomobile/node-http-server)
- `npm update`s

## 3.0.0

- module requires at least:
Expand Down

0 comments on commit 54381d7

Please sign in to comment.