Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Export set user properties as a default function.
Browse files Browse the repository at this point in the history
  • Loading branch information
andywaite committed Sep 1, 2015
1 parent d7e84f5 commit 9deebc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-node-kissmetrics",
"version": "0.1.2",
"version": "0.1.3",
"description": "ES6 KISSmetrics library.",
"main": "dist/library-dist.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ export function setUserProperties(userProps) {
}

export default {
trackEvent, setKey
trackEvent, setKey, setUserProperties
};

0 comments on commit 9deebc6

Please sign in to comment.