Skip to content

Commit

Permalink
chore(deps): update dependency @foundryvtt/foundryvtt-cli to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ghost91- committed Sep 8, 2024
1 parent a56ddff commit e76393c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- pull_request

env:
node_version: 16
node_version: 20

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "v*.*.*"

env:
node_version: 16
node_version: 20

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Release
on: workflow_dispatch

env:
node_version: 16
node_version: 20

jobs:
lint:
Expand Down
50 changes: 7 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "run-s clean:files build:rollup build:packs",
"build:rollup": "rollup -c",
"build:packs": "fvtt package pack --compendiumName=macros --inputDirectory=./packs/macros --outputDirectory=./dist/packs",
"build:packs": "fvtt package pack --type=Module --id=fxmaster --compendiumName=macros --inputDirectory=./packs/macros --outputDirectory=./dist/packs",
"watch": "run-p watch:rollup watch:packs",
"watch:rollup": "rollup -c -w",
"watch:packs": "nodemon --watch ./packs -x 'npm run build:packs'",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@foundryvtt/foundryvtt-cli": "0.0.9",
"@foundryvtt/foundryvtt-cli": "1.0.3",
"@guanghechen/rollup-plugin-copy": "5.0.12",
"@rollup/plugin-terser": "0.4.4",
"@typhonjs-fvtt/eslint-config-foundry.js": "0.8.0",
Expand Down

0 comments on commit e76393c

Please sign in to comment.