Skip to content

Commit

Permalink
Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Alexandre St-Jean committed Apr 26, 2016
1 parent 2688e08 commit 99689b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/simpleanalytics.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as analytics from './analytics';
import objectAssign from './objectAssign';
import objectAssign from './objectassign';

// SimpleAPI mimics the GoogleAnalytics API.
export class SimpleAPI {
Expand Down Expand Up @@ -46,7 +46,7 @@ export class SimpleAPI {
}
}

type EventType = 'pageview';
export type EventType = 'pageview';

// simpleAPI singleton
const simpleAPI = new SimpleAPI();
Expand Down
2 changes: 2 additions & 0 deletions typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"express": "registry:dt/express#4.0.0+20160317120654",
"express-serve-static-core": "registry:dt/express-serve-static-core#0.0.0+20160322035842",
"isomorphic-fetch": "github:DefinitelyTyped/DefinitelyTyped/isomorphic-fetch/isomorphic-fetch.d.ts#56295f5058cac7ae458540423c50ac2dcf9fc711",
"mime": "registry:dt/mime#0.0.0+20160316155526",
"node": "registry:dt/node#4.0.0+20160423143914",
"serve-static": "registry:dt/serve-static#0.0.0+20160317120654",
"sinon": "registry:dt/sinon#1.16.0+20160317120654"
}
Expand Down

0 comments on commit 99689b5

Please sign in to comment.