Skip to content

Commit 3e93b80

Browse files
Release 1.0.1
1 parent 30b7526 commit 3e93b80

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.eslintrc
2+
.gitignore
3+
.huskyrc
4+
.lintstagedrc
5+
.prettierrc
6+
readme.md
7+
.vscode
8+
.github

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@mcacciatore/base-server",
3-
"version": "1.0.0",
2+
"name": "cach-server",
3+
"version": "1.0.1",
44
"description": "A simple Node.js server that is compatible with frameworks such as Express, Koa, etc.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)