updated deps

This commit is contained in:
Danny Coates
2019-07-29 15:26:11 -07:00
parent e0ae5cb3c6
commit c80f9ada65
8 changed files with 302 additions and 207 deletions

View File

@@ -1,4 +1,4 @@
import { FluentBundle } from 'fluent';
import { FluentBundle } from '@fluent/bundle';
function makeBundle(locale, ftl) {
const bundle = new FluentBundle(locale, { useIsolating: false });