Skip to content

Commit 06bca41

Browse files
Merge remote-tracking branch 'origin/master'
2 parents ed11dce + f9c088a commit 06bca41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/apps/single-request/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class App extends Component {
6161
</Button>
6262
<div style={styles.lb}>
6363
<Gpt
64+
className="test-class"
6465
adUnitPath={adUnitPath}
6566
slotSize={[728, 90]}
6667
style={styles.adBorder}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"prettier": "^1.9.2",
8585
"prop-types": "^15.5.10",
8686
"querystring": "^0.2.0",
87-
"radium": "^0.18.1",
87+
"radium": "^0.21.2",
8888
"react": "^16.0.0",
8989
"react-addons-test-utils": "^15.0.1",
9090
"react-dom": "^16.0.0",

0 commit comments

Comments
 (0)