Skip to content

Commit

Permalink
chore: pin rxjs@~6.3.3 (#328)
Browse files Browse the repository at this point in the history
* chore: pin rxjs@~6.3.3

Related to ReactiveX/rxjs#4512.

* chore(travis-ci): update IOS_PACKAGE_FOLDER path
  • Loading branch information
vchimev authored Feb 6, 2019
1 parent 90bd1d5 commit be1088a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
- ANDROID_SAUCE_STORAGE="https://saucelabs.com/rest/v1/storage/$SAUCE_USER/$ANDROID_PACKAGE?overwrite=true"
- IOS_PACKAGE='sampleGroceries.zip'
- IOS_APP_NAME='sampleGroceries.app'
- IOS_PACKAGE_FOLDER=$TRAVIS_BUILD_DIR/platforms/ios/build/emulator
- IOS_PACKAGE_FOLDER=$TRAVIS_BUILD_DIR/platforms/ios/build/Debug-iphonesimulator
- IOS_SAUCE_STORAGE="https://saucelabs.com/rest/v1/storage/$SAUCE_USER/$IOS_PACKAGE?overwrite=true"
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"nativescript-social-share": "~1.5.1",
"nativescript-unit-test-runner": "^0.3.3",
"reflect-metadata": "~0.1.8",
"rxjs": "^6.3.3",
"rxjs": "~6.3.3",
"tns-core-modules": "~5.0.0",
"zone.js": "^0.8.26"
},
Expand Down

0 comments on commit be1088a

Please sign in to comment.