mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(cloudcmd) cloudcmd -> lib/cloudcmd
This commit is contained in:
parent
3d57c9805c
commit
c07101fb4b
2 changed files with 3 additions and 4 deletions
|
|
@ -2,10 +2,9 @@
|
|||
'use strict';
|
||||
|
||||
var DIR = __dirname + '/',
|
||||
DIR_LIB = DIR + 'lib/',
|
||||
DIR_SERVER = DIR + 'lib/server/',
|
||||
DIR_SERVER = DIR + 'server/',
|
||||
|
||||
server = require(DIR_LIB + 'server'),
|
||||
server = require(DIR + 'server'),
|
||||
config = require(DIR_SERVER + 'config');
|
||||
|
||||
|
||||
|
|
@ -50,5 +50,5 @@
|
|||
"node": ">=0.6.x"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "cloudcmd.js"
|
||||
"main": "lib/cloudcmd.js"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue