Skip to content

Commit

Permalink
chore: Fix vue-i18n-extensions import & update yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgv committed Aug 26, 2018
1 parent 64794d6 commit e5503bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { resolve, join } = require('path')
const { readdirSync } = require('fs')
const i18nExtensions = require('vue-i18n-extensions').default
const i18nExtensions = require('vue-i18n-extensions')

const {
MODULE_NAME,
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3943,7 +3943,7 @@ eslint@^5.3.0:
table "^4.0.3"
text-table "^0.2.0"

esm@^3.0.74, esm@^3.0.76:
esm@^3.0.74:
version "3.0.76"
resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.76.tgz#54bdaf751b2a566e5cf50dab3d91a59f484c84ef"

Expand Down

0 comments on commit e5503bc

Please sign in to comment.