clean now also removes .parcel-cache/; upped version number; correcte author name
This commit is contained in:
parent
d89227e7cd
commit
dff4b1620b
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "sr2ini",
|
||||
"version": "0.9",
|
||||
"version": "0.9.3",
|
||||
"description": "Simple Initiative tracker for Shadowrun 2e",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "Eclipse2049",
|
||||
"name": "Eclipse729",
|
||||
"email": "eclipse@unterdemradar.de",
|
||||
"url": "https://git.unterdemradar.de"
|
||||
},
|
||||
@ -25,7 +25,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"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 ./",
|
||||
"test": "jest --coverage --env=jsdom",
|
||||
"webhint": "hint http://localhost:1234"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user