From 02a4c070241c1368c04519b4fdf7ecaccf0ee710 Mon Sep 17 00:00:00 2001 From: NickolasHu Date: Thu, 27 Apr 2017 19:50:58 +0800 Subject: [PATCH] modify debug panel style --- .travis.yml | 16 ++++++++-------- package.json | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a49adb..1fb39b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: - cd script && npm install && cd .. - sh travis_before_script.sh - sh travis_install_code_sign.sh -script: script/build --code-sign --compress-artifacts --deploy +script: script/build --code-sign --compress-artifacts --deploy cache: directories: - electron @@ -28,13 +28,13 @@ cache: - script/node_modules - attach-package - ~/.thera/compile-cache -notifications: - email: - recipients: - - huc1011@gmail.com - - hzdengxu@163.com - - 1032419360@qq.com - on_failure: always +# notifications: +# email: +# recipients: +# - huc1011@gmail.com +# - hzdengxu@163.com +# - 1032419360@qq.com +# on_failure: always # deploy to github on tags # deploy: # provider: releases diff --git a/package.json b/package.json index c9b317b..41d09e8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "thera", "productName": "Thera", "version": "1.12.6-dev", - "theraVersion": "0.4.16-beta.1", + "theraVersion": "0.4.16-beta.2", "description": "A Weex IDE", "main": "./src/main-process/main.js", "repository": { @@ -78,14 +78,14 @@ "thera-background-tips": "git+https://github.com/TheraPackages/background-tips.git#v0.1.7", "thera-autocomplete-plus-plus": "git+https://github.com/TheraPackages/thera-autocomplete-plus-plus.git#v0.0.9", "thera-left-bar": "git+https://github.com/TheraPackages/thera-left-bar.git#v0.2.1", - "thera-debug-frontend": "git+https://github.com/TheraPackages/thera-debug-frontend.git#v0.2.12", + "thera-debug-frontend": "git+https://github.com/TheraPackages/thera-debug-frontend.git#v0.2.13", "thera-luaview": "git+https://github.com/TheraPackages/thera-luaview.git#v0.0.22", "tree-view": "git+https://github.com/TheraPackages/tree-view.git#v0.209.8" }, "packageDependencies": { "thera-luaview": "0.0.22", "language-lua": "0.9.1", - "thera-debug-frontend": "0.2.12", + "thera-debug-frontend": "0.2.13", "thera-left-bar": "0.2.1", "language-we": "0.0.7", "atom-dark-syntax": "0.27.0",