This commit is contained in:
Pax1601
2023-11-24 19:43:24 +01:00
parent 858e9eb066
commit 124b909aa4
10 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
"name": "DCSOlympus",
"node-main": "./bin/www",
"main": "http://localhost:3000",
"version": "v0.4.7-alpha",
"version": "v0.4.8-alpha",
"private": true,
"scripts": {
"build": "browserify .\\src\\index.ts --debug -o .\\public\\javascripts\\bundle.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ] && copy.bat",