2023.01.28-1

This commit is contained in:
Killer Boss Original 2023-01-28 19:47:06 +00:00
parent c8b4822cd7
commit 3e8c5e06f9

View file

@ -1,6 +1,6 @@
{ {
"name": "@thundernetworkrad/std", "name": "@thundernetworkrad/std",
"version": "2023.01.28", "version": "2023.01.28-1",
"description": "Standard module for javascript", "description": "Standard module for javascript",
"main": "build/index.js", "main": "build/index.js",
"type": "module", "type": "module",
@ -26,9 +26,7 @@
}, },
"homepage": "https://github.com/FIUSDevelopment/std#readme", "homepage": "https://github.com/FIUSDevelopment/std#readme",
"dependencies": { "dependencies": {
"@thundernetworkrad/readline-sync": "^2023.1.26-2" "@thundernetworkrad/readline-sync": "^2023.1.26-2",
},
"devDependencies": {
"@types/node": "^18.11.18", "@types/node": "^18.11.18",
"typescript": "^4.9.4" "typescript": "^4.9.4"
} }