We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49c4b8 commit 8ff87beCopy full SHA for 8ff87be
2 files changed
lib/api/index.js
@@ -21,7 +21,7 @@ module.exports = class BoolJSBootstrapper {
21
this.Loaders = require('./loaders');
22
23
this.instance = App.getInstance(namespace, dependencies.concat([
24
- 'booljs.express', 'booljs.nomodel'
+ '@booljs/express', 'booljs.nomodel'
25
]));
26
27
this.folders = new this.Folder.List();
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "booljs",
3
- "version": "0.7.17",
+ "version": "0.7.18",
4
"description": "Bool MVC Framework - Bootstraping Unit",
5
"main": "lib/index.js",
6
"license": "GPL-3.0",
0 commit comments