We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad27f80 + d315437 commit bdbeeb6Copy full SHA for bdbeeb6
app.js
@@ -0,0 +1 @@
1
+module.exports = require('./libs/abe-express.js');
src/abe-express.js libs/abe-express.jssrc/abe-express.js renamed to libs/abe-express.js
package.json
@@ -2,7 +2,7 @@
2
"name": "abe-express",
3
"version": "0.1.0",
4
"description": "API By Example helper for testing Express API Routes.",
5
- "main": "src/abe-express.js",
+ "main": "app.js",
6
"scripts": {
7
"test": "grunt test"
8
},
0 commit comments