🎩 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.4
to
0.1.5
+1
-1
lib/config.js

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

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

@@ -81,0 +81,0 @@ content = fs.readFileSync(file, 'utf8');

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

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