Skip to content

fix(package.json): 配置项路径分隔符修改 #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

Donguapi
Copy link
Collaborator

Summary

closes: #13

  • 这个 PR 解决了哪些 issues?请标记这些 issues,以便合并 PR 后这些 issues 将会被自动关闭。
    解决非windows平台安装使用报错
  • 您是如何实现解决方案的?
    将 '\' 改为 '/'
  • 这个更改影响了库的哪些部分?
    不影响库的其他功能

Test Plan

配置修改后

  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index.ts",

Checklist

  • 已经在真机设备或模拟器上测试通过
  • 已经与 Android 或 iOS 平台做过效果/功能对比
  • 已经添加了对应 API 的测试用例(如需要)
  • 已经更新了文档(如需要)
  • 更新了 JS/TS 代码 (如有)

@Xiiyy Xiiyy merged commit ff32e5a into react-native-oh-library:sig Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

package.json中路径分隔符为反斜杠,使用报错
2 participants