13.2.2 get version in config from package.json

This commit is contained in:
SowinskiBraeden committed 2022-11-21 08:22:13 -08:00
1 parent 39c5d110ac
commit fffd788f0a
2 files changed
+5 -3

No files matched your search

+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "quarksbot",
"version": "1.0.0",
"version": "13.2.2",
"description": "Grand Theft Auto V Roleplay Bot",
"main": "index.js",
"nodemonConfig": {
@@ -8,7 +8,8 @@
},
"scripts": {
"start": "node index.js",
"dev": "nodemon dev-index.js"
"dev": "node dev-index.js",
"debug": "nodemon dev-index.js"
},
"keywords": [
"Roleplay",