Skip to content

Commit 32748a4

Browse files
committedMar 18, 2021
style: run prettier
1 parent e237598 commit 32748a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎scripts/setupTypeScript.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ packageJSON.devDependencies = Object.assign(packageJSON.devDependencies, {
2727
"svelte-check": "^1.2.5",
2828
"svelte-preprocess": "^4.6.9",
2929
"@rollup/plugin-typescript": "^8.2.0",
30-
"typescript": "^4.2.3",
31-
"tslib": "^2.1.0",
30+
typescript: "^4.2.3",
31+
tslib: "^2.1.0",
3232
"@tsconfig/svelte": "^1.0.10",
3333
});
3434

0 commit comments

Comments
 (0)
Please sign in to comment.