diff --git a/package.json b/package.json index e8b155e..d6e61a2 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "Minimal UI allows customizing Foundry interface, by hiding, collapsing or resizing specific parts.", "main": "minimalui.js", "scripts": { - "copy": "cp ./module.json dist/ && cp -r ./lang dist/", - "copyWin": "copy module.json dist && xcopy /Y /I lang dist\\lang", + "copy": "cp ./module.json dist/ && cp ./THANKS.txt dist/ && cp -r ./lang dist/", + "copyWin": "copy module.json dist && copy THANKS.txt dist && xcopy /Y /I lang dist\\lang", "build": "rollup --config ./rollup.config.js && npm run copy", "buildWin": "rollup --config ./rollup.config.js && npm run copyWin", "zip": "npm-build-zip --source=dist --destination=.",