Skip to content

Commit bdbeeb6

Browse files
committed
Merge pull request #4 from apibyexample/nick/use-main-app-libs
Move to main app file and use libs as folder
2 parents ad27f80 + d315437 commit bdbeeb6

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./libs/abe-express.js');
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "abe-express",
33
"version": "0.1.0",
44
"description": "API By Example helper for testing Express API Routes.",
5-
"main": "src/abe-express.js",
5+
"main": "app.js",
66
"scripts": {
77
"test": "grunt test"
88
},

0 commit comments

Comments
 (0)