Skip to content

Commit

Permalink
fix: export GoogleAnalyticsPages class (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dianadevargas committed Dec 18, 2018
1 parent 954ad27 commit 3a6ac5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inceptum-etl",
"version": "0.10.3",
"version": "0.11.1",
"description": "A framework for ETL processes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ export { StaticSavepointManager } from './savepoints/StaticSavepointManager';
export { MySqlInsert } from './destinations/MySqlInsert';
export { GoogleAnalyticsReporting } from './sources/GoogleAnalyticsReporting';
export { GoogleAnalyticsJobs } from './sources/GoogleAnalyticsJobs';
export { GoogleAnalyticsPages } from './sources/GoogleAnalyticsPages';

0 comments on commit 3a6ac5b

Please sign in to comment.