Skip to content

Commit

Permalink
update version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
christinasund committed Sep 11, 2019
1 parent 8a5d5be commit 6d20fa7
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
6 changes: 3 additions & 3 deletions TealiumSampleApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion TealiumSampleApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "16.6.3",
"react-native": "0.57.8",
"tealium-react-native": "^1.0.4"
"tealium-react-native": "^1.0.6"
},
"devDependencies": {
"babel-jest": "23.6.0",
Expand Down
4 changes: 4 additions & 0 deletions npm-package/android/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions npm-package/android/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm-package/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ android {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.tealium:library:5.5.2'
implementation 'com.tealium:library:5.5.5'
implementation 'com.tealium:lifecycle:1.1'
}
2 changes: 1 addition & 1 deletion npm-package/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions npm-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tealium-react-native",
"version": "1.0.4",
"version": "1.0.6",
"description": "A native module for using Tealium's Android and iOS libraries from a React Native app.",
"main": "index.js",
"homepage": "https://github.com/Tealium/tealium-react-native",
Expand All @@ -20,7 +20,8 @@
"Karen Tamayo",
"Jonathan Wong",
"Craig Rouse",
"James Keith"
"James Keith",
"Christina Sund"
],
"license": "SEE LICENSE IN LICENSE.txt",
"devDependencies": {
Expand All @@ -32,11 +33,5 @@
"test/**/*.js"
]
},
"rnpm": {
"commands": {
"postlink": "node ./node_modules/tealium-react-native/scripts/postlink.js",
"preunlink": "node ./node_modules/tealium-react-native/scripts/preunlink.js"
}
},
"dependencies": {}
}

0 comments on commit 6d20fa7

Please sign in to comment.