react-hotjar
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -7,2 +7,2 @@ var hotjar = require('./src/react-hotjar'); | ||
module.exports = initialize; | ||
module.exports = { initialize: initialize }; |
{ | ||
"name": "react-hotjar", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Small component to implement Hotjar into your react application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# react-hotjar | ||
Small component to implement Hotjar into your react application | ||
# Installation | ||
npm install react-hotjar --save | ||
# Use | ||
import hotjar from 'react-hotjar'; | ||
hotjar.initialize(hjid, hjsv); | ||
# Example | ||
130166
14