fix package.json

This commit is contained in:
juzeon 2021-07-24 21:18:31 +08:00
父節點 8a92cfc7d7
當前提交 5bac90d1a0

查看文件

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "build/index.js", "start": "node build/index.js",
"build": "tsc" "build": "tsc"
}, },
"keywords": [], "keywords": [],