Skip to content

Commit

Permalink
remove script
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 3, 2024
1 parent 6c550b3 commit aba9ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wcpos/managed-expo",
"version": "1.5.4",
"version": "1.5.5",
"main": "index.js",
"author": "kilbot <paul@kilbot.com>",
"homepage": ".",
Expand All @@ -24,8 +24,7 @@
"eas-build-on-success": "echo 'Success'",
"eas-build-on-error": "echo 'Error'",
"eas-build-on-complete": "echo 'Complete'",
"postinstall": "patch-package",
"preinstall": "chmod +x ./scripts/install-rxdb-license.js && node ./scripts/install-rxdb-license.js"
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-community/netinfo": "11.3.2",
Expand Down
38 changes: 0 additions & 38 deletions scripts/install-rxdb-license.js

This file was deleted.

0 comments on commit aba9ed3

Please sign in to comment.