Skip to content

Commit

Permalink
fix(base): use full file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook Johnson authored and Westbrook committed Oct 12, 2020
1 parent aafac9b commit 6ea4d9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/base/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ governing permissions and limitations under the License.
export * from './Base.js';
export * from 'lit-element';
export { nothing } from 'lit-html';
export { ifDefined } from 'lit-html/directives/if-defined';
export { repeat } from 'lit-html/directives/repeat';
export { classMap } from 'lit-html/directives/class-map';
export { styleMap } from 'lit-html/directives/style-map';
export { until } from 'lit-html/directives/until';
export { ifDefined } from 'lit-html/directives/if-defined.js';
export { repeat } from 'lit-html/directives/repeat.js';
export { classMap } from 'lit-html/directives/class-map.js';
export { styleMap } from 'lit-html/directives/style-map.js';
export { until } from 'lit-html/directives/until.js';

0 comments on commit 6ea4d9d

Please sign in to comment.