Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Refine - remove 'native' from package.json (#1931)
Browse files Browse the repository at this point in the history
Summary:
There is no `native` folder in the release but it was referred to in the package file, which causes errors for react-native.

Pull Request resolved: #1931

Reviewed By: mondaychen

Differential Revision: D38526707

Pulled By: drarmstr

fbshipit-source-id: b18baeac1f9d1a68c404b7eba3c2aaf46c005359
  • Loading branch information
jake-nz authored and facebook-github-bot committed Aug 10, 2022
1 parent eb4f8bb commit caf0faa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/refine/package-for-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"description": "A type-refinement / validator combinator library for mixed / unknown values in Flow or TypeScript",
"main": "cjs/index.js",
"module": "es/index.js",
"react-native": "native/index.js",
"unpkg": "umd/index.js",
"types": "index.d.ts",
"files": ["umd", "es", "cjs", "native", "index.d.ts"],
"files": ["umd", "es", "cjs", "index.d.ts"],
"repository": "https://github.com/facebookexperimental/Recoil.git",
"license": "MIT"
}

0 comments on commit caf0faa

Please sign in to comment.