clean now also removes .parcel-cache/; upped version number; correcte author name

This commit is contained in:
Tobias 2023-09-21 08:56:44 +02:00
parent d89227e7cd
commit dff4b1620b

View File

@ -1,10 +1,10 @@
{ {
"name": "sr2ini", "name": "sr2ini",
"version": "0.9", "version": "0.9.3",
"description": "Simple Initiative tracker for Shadowrun 2e", "description": "Simple Initiative tracker for Shadowrun 2e",
"private": true, "private": true,
"author": { "author": {
"name": "Eclipse2049", "name": "Eclipse729",
"email": "eclipse@unterdemradar.de", "email": "eclipse@unterdemradar.de",
"url": "https://git.unterdemradar.de" "url": "https://git.unterdemradar.de"
}, },
@ -25,7 +25,7 @@
}, },
"scripts": { "scripts": {
"start": "npx parcel serve src/index.html --public-url / --dist-dir dist", "start": "npx parcel serve src/index.html --public-url / --dist-dir dist",
"prebuild": "rm -rf dist/", "clean": "rm -rf dist/ && rm -rf .parcel-cache/",
"build": "npx parcel build --no-optimize --public-url ./", "build": "npx parcel build --no-optimize --public-url ./",
"test": "jest --coverage --env=jsdom", "test": "jest --coverage --env=jsdom",
"webhint": "hint http://localhost:1234" "webhint": "hint http://localhost:1234"