File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ var _react = require('react');
10
10
11
11
var _react2 = _interopRequireDefault ( _react ) ;
12
12
13
- var _forOwn = require ( 'lodash/object/ forOwn' ) ;
13
+ var _forOwn = require ( 'lodash/forOwn' ) ;
14
14
15
15
var _forOwn2 = _interopRequireDefault ( _forOwn ) ;
16
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-g-analytics" ,
3
- "version" : " 0.2.4 " ,
3
+ "version" : " 0.2.5 " ,
4
4
"description" : " React google analytics with support for react-router" ,
5
5
"author" : {
6
6
"name" : " Zlatko Fedor" ,
Original file line number Diff line number Diff line change 1
1
import React , { Component , PropTypes } from 'react' ;
2
- import forOwn from 'lodash/object/ forOwn' ;
2
+ import forOwn from 'lodash/forOwn' ;
3
3
4
4
function initGoogleAnalytics ( id , set = { } ) {
5
5
if ( window . ga || ! id ) {
You can’t perform that action at this time.
0 commit comments