You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ta...@apache.org on 2017/07/28 09:12:18 UTC

[39/43] incubator-weex git commit: * [html5] fix release.

* [html5] fix release.


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

Branch: refs/heads/0.16-dev
Commit: 38c789e5313040acb41b82834e2d00e71c0ad8b7
Parents: 8b66fb8
Author: MrRaindrop <te...@gmail.com>
Authored: Thu Jul 27 11:22:49 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Thu Jul 27 11:22:49 2017 +0800

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/38c789e5/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index b2316c2..e76c35b 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
     "postinstall": "bash ./scripts/install-hooks.sh",
     "build:native": "node build/build.js native",
     "build:runtime": "node build/build.js runtime",
-    "install:buildtools": "npm i webpack@^1.0 rollup rollup-watch rollup-plugin-buble rollup-plugin-json rollup-plugin-eslint rollup-plugin-commonjs rollup-plugin-flow rollup-plugin-flow-no-whitespace rollup-plugin-postcss rollup-plugin-replace rollup-plugin-uglify rollup-plugin-node-resolve wwp flow-bin babel-core babel-eslint babel-istanbul babel-loader babel-plugin-coverage babel-preset-es2015 babel-runtime eslint-plugin-flowtype",
+    "install:buildtools": "npm i webpack@^1.0 weex-vue-bundle-util rollup rollup-watch rollup-plugin-buble rollup-plugin-json rollup-plugin-eslint rollup-plugin-commonjs rollup-plugin-flow rollup-plugin-flow-no-whitespace rollup-plugin-postcss rollup-plugin-replace rollup-plugin-uglify rollup-plugin-node-resolve wwp flow-bin babel-core babel-eslint babel-istanbul babel-loader babel-plugin-coverage babel-preset-es2015 babel-runtime eslint-plugin-flowtype",
     "build:source": "npm run build:native && npm run build:browser && node build/build.js vue",
     "build:browser": "wwp && node build/build.js browser",
     "build:browser:common": "rollup -c build/rollup.browser.common.config.js",