Skip to content

Commit 8ff87be

Browse files
committed
Version bump
1 parent e49c4b8 commit 8ff87be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/api/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = class BoolJSBootstrapper {
2121
this.Loaders = require('./loaders');
2222

2323
this.instance = App.getInstance(namespace, dependencies.concat([
24-
'booljs.express', 'booljs.nomodel'
24+
'@booljs/express', 'booljs.nomodel'
2525
]));
2626

2727
this.folders = new this.Folder.List();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "booljs",
3-
"version": "0.7.17",
3+
"version": "0.7.18",
44
"description": "Bool MVC Framework - Bootstraping Unit",
55
"main": "lib/index.js",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)