bili-sapp-cli
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -71,5 +71,7 @@ const path = require('path'); | ||
await new Promise(resolve => { | ||
copyDir(path.join(projectRoot, 'static'), path.join(ZIP, 'static'), function() { | ||
resolve(); | ||
}); | ||
if (fs.existsSync(path.join(projectRoot, 'static'))) { | ||
copyDir(path.join(projectRoot, 'static'), path.join(ZIP, 'static'), function() { | ||
resolve(); | ||
}); | ||
} | ||
}); | ||
@@ -76,0 +78,0 @@ const zipName = new Date().toJSON().replace(/[-:.TZ]/g, '') + '.zip'; |
{ | ||
"name": "bili-sapp-cli", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Bilibili Small App Cli", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
537337
10534
2