Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit f0d818f

Browse files
committed
chore: update package.json
1 parent 0930b0d commit f0d818f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Diff for: package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"name": "vuepress-plugin-blog",
2+
"name": "@vuepress/plugin-blog",
33
"version": "0.0.2",
4-
"description": "Blog plugin for VuePress",
4+
"description": "Offical blog plugin for VuePress",
55
"scripts": {
66
"lint": "xo",
7-
"dev": "nodemon --exec ts-node src/index.ts",
8-
"build": "tsc && cp -r src/client lib",
9-
"example": "tsc && vuepress dev example --temp example/.temp",
10-
"build:w": "tsc --watch",
7+
"dev": "tsc --watch",
8+
"cpc": "cp -r src/client lib",
9+
"build": "tsc && npm run cpc",
10+
"dev:docs": "vuepress dev docs --temp docs/.temp",
11+
"build:docs": "vuepress build docs --temp docs/.temp",
12+
"example": "node examples/launch.js",
1113
"prepare": "npm run build",
1214
"prepublishOnly": "npm run build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
1315
},
@@ -38,10 +40,7 @@
3840
"ts-node": "^7.0.1",
3941
"typescript": "^3.1.4",
4042
"conventional-changelog-cli": "^2.0.1",
41-
"vuepress": "next",
42-
"@vuepress/plugin-search": "next",
43-
"vue-feather-icons": "^4.21.0",
44-
"vuepress-theme-blogging": "latest"
43+
"vuepress": "next"
4544
},
4645
"xo": {
4746
"extends": [

0 commit comments

Comments
 (0)