summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/tiny-relative-date/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/tiny-relative-date/src/index.js')
-rw-r--r--deps/npm/node_modules/tiny-relative-date/src/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/npm/node_modules/tiny-relative-date/src/index.js b/deps/npm/node_modules/tiny-relative-date/src/index.js
new file mode 100644
index 0000000000..c2cef68899
--- /dev/null
+++ b/deps/npm/node_modules/tiny-relative-date/src/index.js
@@ -0,0 +1,4 @@
+import relativeDateFactory from './factory'
+import enTranslations from '../translations/en'
+
+export default relativeDateFactory(enTranslations)