🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

wxmagic-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wxmagic-cli - npm Package Compare versions

Comparing version
0.1.5
to
0.1.6
+1
-1
lib/build.js

@@ -101,3 +101,3 @@ /**

fs.readdirSync(config.modulesDir).forEach((dir) => {
if (/^labrador/.test(dir)) {
if (/^config/.test(dir)) {
let pkgFile = config.modulesDir + dir + '/package.json';

@@ -104,0 +104,0 @@ if (!utils.isFile(pkgFile)) return;

@@ -78,3 +78,3 @@ /**

let content = '{}';
let file = config.workDir + '.wxmagic-config';
let file = config.workDir + '.babelrc';
if (utils.isFile(file)) {

@@ -119,3 +119,3 @@ content = fs.readFileSync(file, 'utf8');

let file = path.join(process.cwd(), '.labrador');
let file = path.join(process.cwd(), '.config');

@@ -122,0 +122,0 @@ if (utils.isFile(file)) {

{
"name": "wxmagic-cli",
"version": "0.1.5",
"version": "0.1.6",
"description": "小程序手脚架",

@@ -5,0 +5,0 @@ "main": "index.js",