Skip to content

Commit

Permalink
Adding dist files to @realm/fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Feb 26, 2024
1 parent a7af147 commit aa2328c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## vNext (TBD)

### Fixed
* Adding `dist` to NPM archive.

## 0.1.0 (2024-02-26)

### Enhancements
Expand Down
3 changes: 3 additions & 0 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"react-native": "./dist/react-native/react-native.js",
"browser": "./dist/browser/browser.js"
},
"files": [
"dist"
],
"react-native": "./dist/react-native/react-native.js",
"types": "./dist/types/types.d.ts",
"devDependencies": {
Expand Down

0 comments on commit aa2328c

Please sign in to comment.