Revert package.json to generic version

This commit is contained in:
walther.johnson 2025-07-06 22:09:13 -06:00
parent e4fa33082e
commit 1c411ba2ee

View file

@ -6,9 +6,8 @@
"rollup": "^4.40.0"
},
"scripts": {
"dev": "concurrently \"rollup -c --watch\" \"gulp\"",
"start": "concurrently \"rollup -c --watch\" \"node \\\"C:/Program Files/Foundry Virtual Tabletop V12/resources/app/main.js\\\" --dataPath=\\\"C:/Program Files/Foundry Virtual Tabletop V12/resources/app\\\" --noupnp\" \"gulp\"",
"start-test": "node \"C:/Program Files/Foundry Virtual Tabletop V12/resources/app/main.js\" --dataPath=\"C:/Program Files/Foundry Virtual Tabletop V12/resources/app\" && rollup -c --watch && gulp",
"start": "concurrently \"rollup -c --watch\" \"node ../../../../FoundryDev/main.js --dataPath=../../../ --noupnp\" \"gulp\"",
"start-test": "node ./resources/app/main.js --dataPath=./ && rollup -c --watch && gulp",
"build": "npm run rollup && npm run gulp",
"rollup": "rollup -c",
"gulp": "gulp less",
@ -30,4 +29,4 @@
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}
}