Update author

This commit is contained in:
Tyler Hallada 2022-03-24 01:06:10 -04:00
parent 0100ab0974
commit 2c20351635

View File

@ -7,7 +7,7 @@
"webpack": "node ./node_modules/webpack/bin/webpack --config webpack.config.js --display-error-details --progress --profile --color", "webpack": "node ./node_modules/webpack/bin/webpack --config webpack.config.js --display-error-details --progress --profile --color",
"build": "npm run webpack && extractInfo && copyfiles -f ./gameart.png ./dist/" "build": "npm run webpack && extractInfo && copyfiles -f ./gameart.png ./dist/"
}, },
"author": "Critterman", "author": "dactyl",
"license": "GPL 3.0", "license": "GPL 3.0",
"devDependencies": { "devDependencies": {
"@types/node": "^12.12.35", "@types/node": "^12.12.35",