Skip to content

Commit

Permalink
fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaciras authored and Kaciras committed Apr 29, 2020
1 parent c210c6f commit 5b86422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/devtool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node": ">=13.6.0"
},
"bin": {
"cli-dev": "bin/blog-devtool.js"
"blog-devtool": "bin/blog-devtool.js"
},
"dependencies": {
"@kaciras-blog/image": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"node": ">=13.6.0"
},
"bin": {
"kxc-server": "bin/blog-server.js"
"blog-server": "bin/blog-server.js"
},
"dependencies": {
"@iktakahiro/markdown-it-katex": "^3.1.0",
Expand Down

0 comments on commit 5b86422

Please sign in to comment.