Skip to content

Commit

Permalink
fix(cli): 模板去掉 cli 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Sep 5, 2018
1 parent b8b02fd commit 84f33b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/taro-cli/templates/default/pkg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"devDependencies": {
"@types/react": "16.3.14",
"@types/webpack-env": "^1.13.6",
"@tarojs/cli": "^<%= version %>",
"@tarojs/plugin-babel": "^<%= version %>",
"@tarojs/plugin-csso": "^<%= version %>",<% if (css !== 'none') {%>
"@tarojs/plugin-<%= css %>": "^<%= version %>",<%}%><% if (typescript) {%>
Expand Down
1 change: 0 additions & 1 deletion packages/taro-cli/templates/redux/pkg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"devDependencies": {
"@types/react": "^16.4.8",
"@types/webpack-env": "^1.13.6",
"@tarojs/cli": "^<%= version %>",
"@tarojs/plugin-babel": "^<%= version %>",
"@tarojs/plugin-csso": "^<%= version %>",<% if (css !== 'none') {%>
"@tarojs/plugin-<%= css %>": "^<%= version %>",<%}%><% if (typescript) {%>
Expand Down

0 comments on commit 84f33b7

Please sign in to comment.