Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidohayon669 committed Jun 21, 2021
1 parent 0cbed04 commit b30268a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "ReactNativeYouTubeExample",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"preinstall": "npm pack ..",
"install-root": "npm run pack-root && npm install react-native-youtube-2.0.1.tgz",
"install-root": "npm run pack-root && npm install react-native-youtube-2.0.2.tgz",
"reinstall-native-ios": "npm run install-root && npm run postinstall",
"postinstall": "cd ios && pod install && cd ..",
"clean": "rimraf ios/build ios/Pods android/.gradle android/app/build package-lock.json yarn-lock.json node_modules",
Expand All @@ -19,7 +19,7 @@
"prettier": "^2.0.4",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-youtube": "file:react-native-youtube-2.0.1.tgz",
"react-native-youtube": "file:react-native-youtube-2.0.2.tgz",
"rimraf": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-youtube",
"version": "2.0.1",
"version": "2.0.2",
"description": "A <YouTube/> component for React Native.",
"main": "main.js",
"types": "main.d.ts",
Expand Down

0 comments on commit b30268a

Please sign in to comment.