Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit 22c457f

Browse files
committed
Fix- Naming plugin incorrectly.
1 parent d81bc84 commit 22c457f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var API = require('booljs.api');
88

99
module.exports = class BoolJSNoModel extends API.DatabaseLoader{
1010
constructor() {
11-
super('booljs-nomodel');
11+
super('booljs.nomodel');
1212
}
1313

1414
/** @ignore */

0 commit comments

Comments
 (0)