This commit is contained in:
Eason010212
2023-03-10 21:59:50 +08:00
parent 07c1325a7c
commit 9f92d4efdf

View File

@@ -17,11 +17,6 @@
"devDependencies": {
"pkg": "^5.6.0"
},
"scripts": {
"start": "forever start index.js",
"stop": "forever stop index.js",
"build": "pkg -t node12-linux-x64 package.json"
},
"bin": "mixio.js",
"pkg": {
"assets": [
@@ -37,5 +32,5 @@
]
},
"name": "mixio",
"version": "2.0.0"
"version": "1.10.0"
}