Skip to content

Commit b47a724

Browse files
author
App Generator
committed
Move sources to src folder
1 parent 7e3ed78 commit b47a724

File tree

10 files changed

+6
-1
lines changed

10 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## Unreleased
4+
### Improvements
5+
6+
- Move sources to `src` folder
7+
38
## [0.0.4] 2021-07-04
49
### Improvements
510

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "api-server-nodejs",
33
"version": "0.0.4",
44
"description": "RESTful back-end for Node.js and Express.js",
5-
"main": "api.js",
5+
"main": "src/api.js",
66
"scripts": {
77
"start": "nodemon api",
88
"test": "echo \"Error: no test specified\" && exit 1"

api.js renamed to src/api.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)