You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/13 05:16:54 UTC

[24/50] incubator-weex git commit: * [all] update wd library & fix danger flow check

* [all] update wd library & fix danger flow check


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/91d88681
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/91d88681
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/91d88681

Branch: refs/heads/dev
Commit: 91d8868110fd20b7fe7db36a5328c160ef75beee
Parents: 579a2b3
Author: sospartan <so...@apache.org>
Authored: Wed Apr 12 14:40:15 2017 +0800
Committer: sospartan <so...@apache.org>
Committed: Wed Apr 12 14:40:15 2017 +0800

----------------------------------------------------------------------
 dangerfile.js | 2 +-
 package.json  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/91d88681/dangerfile.js
----------------------------------------------------------------------
diff --git a/dangerfile.js b/dangerfile.js
index e29fd40..b206e6e 100644
--- a/dangerfile.js
+++ b/dangerfile.js
@@ -24,7 +24,7 @@ const flowIgnorePaths = [
   'dist',
   'flow-typed'
 ].map(function (rel) {
-  return absolute('html5/' + rel)
+  return absolute(rel)
 });
 
 // new js files should have `@flow` at the top

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/91d88681/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index b9c0160..9195bad 100644
--- a/package.json
+++ b/package.json
@@ -158,7 +158,7 @@
     "weex-components": "^0.2.0",
     "weex-loader": "^0.4.0",
     "weex-vdom-tester": "^0.2.0",
-    "weex-wd": "^1.0.20",
+    "weex-wd": "^1.0.21",
     "wwp": "^0.3.5",
     "xml2map": "^1.0.2"
   }