Skip to content

Commit

Permalink
v0.4.0 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmarek committed Jun 1, 2017
1 parent ff08a05 commit c9ce07c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-beacon",
"version": "0.3.0",
"version": "0.4.0",
"description": "Analytics integration for Redux and ngrx/store",
"main": "lib/index.js",
"typings": "./index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/targets/google-tag-manager/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Target } from '../../../';

type Settings = {
dataLayerName: string,
};

type Target = (events: any[]) => void;

export function GoogleTagManager(settings?: Settings): Target;

0 comments on commit c9ce07c

Please sign in to comment.