Skip to content

Commit a44e2d2

Browse files
committed
style: update format script & run prettier
1 parent 0a6959b commit a44e2d2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Umbra
2+
23
[![Run tests](https://github.com/emrocode/umbra/actions/workflows/tests.yml/badge.svg)](https://github.com/emrocode/umbra/actions/workflows/tests.yml)
34

45
🌚 A simple dark mode toggle library that makes it easy to implement dark mode on your website without additional configuration

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"_cls": "rm -rf dist",
1919
"_bundle": "rollup -c rollup.config.ts",
2020
"build": "npm run _cls && npm run _bundle",
21-
"format": "prettier plugins/ src/ \"*.{ts,js,json}\" --write",
21+
"format": "prettier plugins/ src/ \"*.{md,ts,js,json}\" --write",
2222
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --verbose",
2323
"demo": "npm run build && sh demo.sh",
2424
"prepublishOnly": "npm run build"

0 commit comments

Comments
 (0)