File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ npm install --save @onenorth/keystone-hosting
14
14
15
15
``` js
16
16
var keystone = require (' keystone' );
17
- var hosting = require (' onenorth- keystone-hosting' );
17
+ var hosting = require (' @ onenorth/ keystone-hosting' );
18
18
...
19
19
keystone .init ({
20
20
...
@@ -50,7 +50,7 @@ LOG41N_PATH={application path}
50
50
51
51
``` js
52
52
var keystone = require (' keystone' );
53
- var hosting = require (' onenorth- keystone-hosting' );
53
+ var hosting = require (' @ onenorth/ keystone-hosting' );
54
54
...
55
55
keystone .init ({
56
56
...
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @onenorth/keystone-hosting" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " One North KeystoneJS Hosting" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments