Skip to content

Commit 2b9da26

Browse files
committed
chores
1 parent 491d85b commit 2b9da26

File tree

5 files changed

+79
-158
lines changed

5 files changed

+79
-158
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@react-navigation/stack": "^5.14.5",
1818
"react": "17.0.2",
1919
"react-native": "^0.66.4",
20-
"react-native-avatar-crop": "file:../package",
20+
"react-native-avatar-crop": "^1.3.5",
2121
"react-native-gesture-handler": "^1.10.3",
2222
"react-native-image-crop-picker": "^0.36.4",
2323
"react-native-image-size": "^1.1.3",

example/yarn.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5689,8 +5689,10 @@ react-is@^16.13.0, react-is@^16.7.0, react-is@^16.8.1:
56895689
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
56905690
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
56915691

5692-
"react-native-avatar-crop@file:../package":
5693-
version "1.3.3"
5692+
react-native-avatar-crop@^1.3.5:
5693+
version "1.3.5"
5694+
resolved "https://registry.yarnpkg.com/react-native-avatar-crop/-/react-native-avatar-crop-1.3.5.tgz#ef977a161363d591e76e1a6558de0e3faca632ca"
5695+
integrity sha512-jKaGEagJfd+S2A9MfhjS3nJqRD/kVUi4aFr9nq7zMxaHz2K/cs7CAtNOKXvUx7csyJW1wGIfAK4UZXNrW0qIaA==
56945696

56955697
react-native-codegen@^0.0.7:
56965698
version "0.0.7"

package/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "react-native-avatar-crop",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "Crop component to crop profile images",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
10-
"build": "tsc"
10+
"build": "rm -rf dist; tsc;"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)