Skip to content

Commit

Permalink
4.0.0-pre.5 with Issue #17 Remove unnecessary importMeta property
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed Mar 15, 2019
1 parent 9ee43c1 commit 601bbac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions i18n-number.js
Expand Up @@ -27,10 +27,6 @@ import { html, render } from 'lit-html/lit-html.js';
const formatCache = new Map();

export class I18nNumber extends polyfill(HTMLElement) {
static get importMeta() {
return import.meta;
}

static get is() {
return 'i18n-number';
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
},
"homepage": "https://github.com/t2ym/i18n-number#readme",
"name": "i18n-number",
"version": "4.0.0-pre.4",
"version": "4.0.0-pre.5",
"main": "i18n-number.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit 601bbac

Please sign in to comment.