Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #70 from panter/fixes/deps-security-issues
Browse files Browse the repository at this point in the history
Fixes/deps security issues
  • Loading branch information
claudiocro committed Jun 12, 2019
2 parents 6c4fac7 + ded200f commit 9181543
Show file tree
Hide file tree
Showing 11 changed files with 6,665 additions and 6,050 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ lib/
gh-pages/
npm-debug.log
test/coverage
.temp/
6 changes: 3 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
const pkg = require('../../package.json');

module.exports = {
module.exports = ctx => ({
base:'/vue-i18next/',
title: pkg.name,
description: pkg.description,

head: [
['meta', { name: 'theme-color', content: '#3eaf7c' }],
],
serviceWorker: false,
theme: '@vuepress/vue',
themeConfig: {
repo: 'panter/vue-i18next',
editLinks: true,
Expand Down Expand Up @@ -50,4 +50,4 @@ module.exports = {
}
}
}
}
})
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ features:
details: In addition to simple translation, support localization such as pluralization, number, datetime ... etc
- title: Component-oriented
details: You can manage locale messages on single file component
footer: MIT Licensed | Copyright © 2019 panter ag
footer: MIT Licensed | Copyright © 2019-present panter ag
---
Loading

0 comments on commit 9181543

Please sign in to comment.