mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
update package.json
This commit is contained in:
parent
5c79656269
commit
44d609b2f6
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pengzhanbo/vuepress-theme-plume",
|
||||
"version": "1.0.0-beta.3",
|
||||
"version": "1.0.0-beta.4",
|
||||
"description": "blog theme by vuepress2.x",
|
||||
"main": "lib/node/index.js",
|
||||
"types": "lib/node/index.d.ts",
|
||||
@ -16,6 +16,14 @@
|
||||
],
|
||||
"author": "pengzhanbo",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
|
||||
},
|
||||
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"dev-watch": "yarn clean && concurrently \"yarn copy-watch\" \"yarn tsc-watch\"",
|
||||
"dev": "vuepress dev example --debug",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user