Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 7901fe1

Browse files
authored
make the presenter Node 4 compatible (e.g., AWS Lambda) (#59)
1 parent 65a0dd3 commit 7901fe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/presenters/teaser-presenter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
const hyphenatePascalCase = require('../utils/hyphenate-pascal-case');
24

35
const ONE_HOUR = 1000 * 60 * 60;

0 commit comments

Comments
 (0)