oc-react-component
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -20,3 +20,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
OcClient.prototype.render = function render() { | ||
var source = this.props.registryBase + 'oc-client'; | ||
var source = this.props.registryBase + 'oc-client/client.js'; | ||
return React.createElement('script', { src: source }); | ||
@@ -23,0 +23,0 @@ }; |
@@ -31,3 +31,3 @@ 'use strict'; | ||
OcClient.prototype.render = function render() { | ||
var source = this.props.registryBase + 'oc-client'; | ||
var source = this.props.registryBase + 'oc-client/client.js'; | ||
return _react2.default.createElement('script', { src: source }); | ||
@@ -34,0 +34,0 @@ }; |
{ | ||
"name": "oc-react-component", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "oc-react-component React component", | ||
@@ -22,5 +22,3 @@ "main": "lib/index.js", | ||
}, | ||
"dependencies": { | ||
"oc-client-browser": "^1.3.0" | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
@@ -27,0 +25,0 @@ "react": "16.x" |
1
9025
- Removedoc-client-browser@^1.3.0
- Removedoc-client-browser@1.9.4(transitive)
- Removeduglify-js@3.14.2(transitive)
- Removeduniversalify@2.0.0(transitive)