bigbrother-webpack-plugin
Advanced tools
Comparing version 1.3.3 to 1.3.4
1.3.4 / 2019-02-20 | ||
================== | ||
* fix: 无 alinode 传空字符串 | ||
1.3.3 / 2019-02-19 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -101,3 +101,3 @@ "use strict"; | ||
node: node, | ||
alinode: alinode || 'N/A', | ||
alinode: alinode || '', | ||
}, | ||
@@ -144,3 +144,3 @@ git: utils_1.getGitInfo(this.cwd), | ||
node: node, | ||
alinode: alinode || 'N/A', | ||
alinode: alinode || '', | ||
}, | ||
@@ -147,0 +147,0 @@ git: utils_1.getGitInfo(this.cwd), |
{ | ||
"name": "bigbrother-webpack-plugin", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "bigbrother client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
30223