Skip to content

Commit

Permalink
fix: 将taro-rn依赖移到devDependencies (#9484)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen authored Jun 9, 2021
1 parent edee0b2 commit c064f62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/babel-preset-taro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@babel/runtime": "^7.11.2",
"@tarojs/helper": "3.2.10",
"@tarojs/taro-h5": "3.2.10",
"@tarojs/taro-rn": "3.2.10",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-global-define": "^1.0.3",
"babel-plugin-transform-imports-api": "^1.0.0",
Expand All @@ -44,5 +43,8 @@
"core-js": "^3.6.5",
"metro-react-native-babel-preset": "^0.63.0",
"react-refresh": "0.9.0"
},
"devDependencies": {
"@tarojs/taro-rn": "3.2.10"
}
}

0 comments on commit c064f62

Please sign in to comment.