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

Commit 25016a5

Browse files
committed
fix export for intl-messageformat, fixes #23
1 parent 158f4ef commit 25016a5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/intl-messageformat/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
'use strict';
44

5-
var IntlMessageFormat = require('./lib')['default'];
5+
var IntlMessageFormat = require('./dist/intl-messageformat');
66

77
// Re-export `IntlMessageFormat` as the CommonJS default exports with all the
88
// locale data registered, and with English set as the default locale. Define

packages/intl-messageformat/tests/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
'use strict';
77
import 'intl-pluralrules';
88
import IntlMessageFormat from '../src';
9-
import { LocaleData } from '../src/core';
109
import { expect as chaiExpect } from 'chai';
1110

1211
declare var expect: typeof chaiExpect;

0 commit comments

Comments
 (0)