Skip to content

Commit

Permalink
Update to @typhonjs-fvtt/svelte-standard. Fix double quotes in rollup…
Browse files Browse the repository at this point in the history
… config.
  • Loading branch information
typhonrt committed Jul 16, 2022
1 parent 7972eef commit 80d017c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"dependencies": {
"@typhonjs-fvtt/runtime": "^0.0.16",
"@typhonjs-fvtt/svelte-standard": "^0.0.3",
"@typhonjs-fvtt/svelte-standard": "^0.0.4",
"chart.js": "^3.8.0",
"svelte": "^3.49.0",
"svelte-preprocess": "^4.10.7"
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const postcssMain = postcssConfig({

const RESOLVE_CONFIG = {
browser: true,
dedupe: ['svelte']
dedupe: ["svelte"]
};

export default () => {
Expand Down

0 comments on commit 80d017c

Please sign in to comment.