Skip to content

Commit

Permalink
* [jsfm] v0.17.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Sep 22, 2016
1 parent 95ba6a1 commit cb7cd78
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/dist-js-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rm -Rf src
mkdir src
cp ../../.babelrc .
cp -Rf ../../html5/* src/
rm -Rf src/browser
rm -Rf src/render/browser
rm -Rf src/test

if [ $# -gt 0 ]; then
Expand Down
2 changes: 1 addition & 1 deletion dist/weex-js-framework/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import './src/native'
import './src/render/native'
4 changes: 2 additions & 2 deletions dist/weex-js-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "weex-js-framework",
"version": "0.15.5",
"version": "0.17.0-alpha",
"subversion": {
"framework": "0.15.5",
"framework": "0.17.0-alpha",
"transformer": ">=0.1.5 <0.4"
},
"description": "Weex JS Framework",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"subversion": {
"browser": "0.3.2",
"framework": "0.17.0",
"framework": "0.17.0-alpha",
"transformer": ">=0.1.5 <0.4"
},
"dependencies": {
Expand Down

0 comments on commit cb7cd78

Please sign in to comment.