Skip to content

Commit 9181543

Browse files
authored
Merge pull request panter#70 from panter/fixes/deps-security-issues
Fixes/deps security issues
2 parents 6c4fac7 + ded200f commit 9181543

File tree

11 files changed

+6665
-6050
lines changed

11 files changed

+6665
-6050
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ lib/
55
gh-pages/
66
npm-debug.log
77
test/coverage
8+
.temp/

docs/.vuepress/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
const pkg = require('../../package.json');
22

3-
module.exports = {
3+
module.exports = ctx => ({
44
base:'/vue-i18next/',
55
title: pkg.name,
66
description: pkg.description,
77

88
head: [
99
['meta', { name: 'theme-color', content: '#3eaf7c' }],
1010
],
11-
serviceWorker: false,
11+
theme: '@vuepress/vue',
1212
themeConfig: {
1313
repo: 'panter/vue-i18next',
1414
editLinks: true,
@@ -50,4 +50,4 @@ module.exports = {
5050
}
5151
}
5252
}
53-
}
53+
})

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ features:
1010
details: In addition to simple translation, support localization such as pluralization, number, datetime ... etc
1111
- title: Component-oriented
1212
details: You can manage locale messages on single file component
13-
footer: MIT Licensed | Copyright © 2019 panter ag
13+
footer: MIT Licensed | Copyright © 2019-present panter ag
1414
---

0 commit comments

Comments
 (0)