Skip to content

Commit

Permalink
Removed unneeded files from our archive
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jul 9, 2022
1 parent 9456985 commit c2103b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 27 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ x.x.x Release notes (yyyy-MM-dd)
* File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).

### Internal
* Removed unneeded files from the archive.
<!-- * Either mention core version or upgrade -->
<!-- * Using Realm Core vX.Y.Z -->
<!-- * Upgraded Realm Core from vX.Y.Z to vA.B.C -->
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,12 @@
"main": "lib/index.js",
"react-native": "lib/index.native.js",
"files": [
"cmake",
"lib",
"types",
"react-native",
"scripts",
"dependencies.list",
"react-native.config.js",
"RealmJS.podspec",
"CMakeLists.txt"
"RealmJS.podspec"
],
"scripts": {
"lerna:bootstrap": "lerna bootstrap",
Expand All @@ -52,7 +49,7 @@
"set-version": "scripts/set-version.sh",
"test": "scripts/test.sh",
"package": "npm ci --ignore-scripts && prebuild",
"install": "prebuild-install --tag-prefix= -r napi || cmake-js build",
"install": "prebuild-install --tag-prefix= -r napi",
"rebuild": "npm run rebuild-changes",
"build": "npm run build-changes",
"build:arm": "npm run build-changes:arm",
Expand Down
1 change: 1 addition & 0 deletions react-native/android/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
2 changes: 1 addition & 1 deletion tests/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
react-test-app
ReactTestApp
ios
/sync-bundle/
/junitresults-*.xml
Expand Down
21 changes: 0 additions & 21 deletions vendor/.npmignore

This file was deleted.

0 comments on commit c2103b7

Please sign in to comment.