Skip to content

Commit

Permalink
feat(cli): 模板增加百度小程序运行时框架
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Oct 10, 2018
1 parent a0890c2 commit 6b64a85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/taro-cli/bin/taro-update
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const UPDATE_PACKAGE_LIST = [
'@tarojs/components',
'@tarojs/components-rn',
'@tarojs/taro-h5',
"@tarojs/taro-swan",
"@tarojs/taro-alipay",
'@tarojs/plugin-babel',
'@tarojs/plugin-csso',
'@tarojs/plugin-sass',
Expand Down
1 change: 1 addition & 0 deletions packages/taro-cli/templates/default/pkg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@tarojs/router": "^<%= version %>",
"@tarojs/taro": "^<%= version %>",
"@tarojs/taro-h5": "^<%= version %>",
"@tarojs/taro-swan": "^<%= version %>",
"@tarojs/taro-weapp": "^<%= version %>",
"nervjs": "^1.3.5"
},
Expand Down
1 change: 1 addition & 0 deletions packages/taro-cli/templates/redux/pkg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@tarojs/router": "^<%= version %>",
"@tarojs/taro": "^<%= version %>",
"@tarojs/taro-h5": "^<%= version %>",
"@tarojs/taro-swan": "^<%= version %>",
"@tarojs/taro-weapp": "^<%= version %>",
"nervjs": "^1.3.5",
"redux": "^4.0.0",
Expand Down

0 comments on commit 6b64a85

Please sign in to comment.