Skip to content

Commit d3342cc

Browse files
committed
fix build android bug on windows
1 parent 474089d commit d3342cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ android的打包和构建是一体的 :
9999

100100
## changelog
101101

102+
0.2.5
103+
* 修复weexpack build android在windows下的bug
104+
102105
0.2.4
103106
* 修复weexpack run web的bug 并且加了自动打开浏览器的功能
104107

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weexpack",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Weex pack tool",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)