|
1 | 1 | { |
2 | 2 | "name": "@vuepress/core", |
3 | | - "version": "1.9.5", |
| 3 | + "version": "1.9.6", |
4 | 4 | "description": "Minimalistic doc generator with Vue component based layout system", |
5 | 5 | "keywords": [ |
6 | 6 | "documentation", |
|
18 | 18 | }, |
19 | 19 | "license": "MIT", |
20 | 20 | "author": "Evan You", |
| 21 | + "maintainers": [ |
| 22 | + { |
| 23 | + "name": "ULIVZ", |
| 24 | + |
| 25 | + } |
| 26 | + ], |
21 | 27 | "main": "lib/index.js", |
22 | 28 | "browserslist": [ |
23 | 29 | ">1%" |
24 | 30 | ], |
25 | 31 | "dependencies": { |
26 | 32 | "@babel/core": "^7.8.4", |
27 | 33 | "@vue/babel-preset-app": "^4.1.2", |
28 | | - "@vuepress/markdown": "1.9.5", |
29 | | - "@vuepress/markdown-loader": "1.9.5", |
30 | | - "@vuepress/plugin-last-updated": "1.9.5", |
31 | | - "@vuepress/plugin-register-components": "1.9.5", |
32 | | - "@vuepress/shared-utils": "1.9.5", |
33 | | - "@vuepress/types": "1.9.5", |
| 34 | + "@vuepress/markdown": "1.9.6", |
| 35 | + "@vuepress/markdown-loader": "1.9.6", |
| 36 | + "@vuepress/plugin-last-updated": "1.9.6", |
| 37 | + "@vuepress/plugin-register-components": "1.9.6", |
| 38 | + "@vuepress/shared-utils": "1.9.6", |
| 39 | + "@vuepress/types": "1.9.6", |
34 | 40 | "autoprefixer": "^9.5.1", |
35 | 41 | "babel-loader": "^8.0.4", |
36 | 42 | "bundle-require": "2.1.8", |
|
70 | 76 | }, |
71 | 77 | "publishConfig": { |
72 | 78 | "access": "public" |
73 | | - }, |
74 | | - "maintainers": [ |
75 | | - { |
76 | | - "name": "ULIVZ", |
77 | | - |
78 | | - } |
79 | | - ] |
| 79 | + } |
80 | 80 | } |
0 commit comments