Skip to content

Commit

Permalink
revert(template): 从默认模版中移除 RN 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield550 committed Dec 3, 2019
1 parent e8eb71e commit 9dcdc61
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/taro-cli/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,12 @@
"dependencies": {
"@tarojs/components": "<%= version %>",
"@tarojs/components-qa": "<%= version %>",
"@tarojs/components-rn": "<%= version %>",
"@tarojs/router": "<%= version %>",
"@tarojs/taro-router-rn": "<%= version %>",
"@tarojs/taro": "<%= version %>",
"@tarojs/taro-alipay": "<%= version %>",
"@tarojs/taro-h5": "<%= version %>",
"@tarojs/taro-qq": "<%= version %>",
"@tarojs/taro-quickapp": "<%= version %>",
"@tarojs/taro-rn": "<%= version %>",
"@tarojs/taro-swan": "<%= version %>",
"@tarojs/taro-tt": "<%= version %>",
"@tarojs/taro-weapp": "<%= version %>",
Expand All @@ -53,7 +50,6 @@
"@tarojs/plugin-csso": "<%= version %>",<% if (css !== 'none') {%>
"@tarojs/plugin-<%= css %>": "<%= version %>",<%}%>
"@tarojs/plugin-uglifyjs": "<%= version %>",
"@tarojs/rn-runner": "<%= version %>",
"@tarojs/webpack-runner": "<%= version %>",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
Expand Down

0 comments on commit 9dcdc61

Please sign in to comment.