Skip to content

Commit

Permalink
modify debug panel style
Browse files Browse the repository at this point in the history
  • Loading branch information
NickolasHu committed Apr 27, 2017
1 parent 7cbe0e7 commit 02a4c07
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 02a4c07

Please sign in to comment.