Match-id-677dd16a7549e021386e3dccc19510d6948e6a32
This commit is contained in:
parent
31a9a329bd
commit
9e797bc1f4
|
@ -4,7 +4,7 @@
|
|||
"keywords": [
|
||||
"horizon"
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.6",
|
||||
"homepage": "",
|
||||
"bugs": "",
|
||||
"main": "index.js",
|
||||
|
|
|
@ -23,7 +23,7 @@ const readLib = (lib) => {
|
|||
ejs.renderFile(path.resolve(__dirname, './template.ejs'), {
|
||||
Horizon: readLib(`horizon.${suffix}`),
|
||||
}, null, function(err, result) {
|
||||
const common3rdLibPath = path.resolve(__dirname, `${libPathPrefix}/common3rdlib.min.js`)
|
||||
const common3rdLibPath = path.resolve(__dirname, `${libPathPrefix}/horizonCommon3rdlib.min.js`)
|
||||
rimRaf(common3rdLibPath, e => {
|
||||
if (e) {
|
||||
console.log(e)
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue