Skip to content

Commit 6459e04

Browse files
committed
wip
1 parent 7d1d2c6 commit 6459e04

File tree

3 files changed

+19
-29
lines changed

3 files changed

+19
-29
lines changed

.prettierrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

package-lock.json

Lines changed: 18 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,13 @@
22
"name": "polykey-network-dashboard",
33
"private": true,
44
"type": "module",
5-
"browserslist": {
6-
"production": [
7-
">0.5%",
8-
"not dead",
9-
"not op_mini all"
10-
],
11-
"development": [
12-
"last 1 chrome version",
13-
"last 1 firefox version",
14-
"last 1 safari version"
15-
]
16-
},
175
"scripts": {
186
"lint": "matrixai-lint --shell src",
197
"lintfix": "matrixai-lint --fix --shell src",
208
"start": "docusaurus start",
219
"swizzle": "docusaurus swizzle",
2210
"build": "docusaurus build --out-dir=./public",
23-
"deploy": "node ./scripts/deploy.js"
11+
"deploy": "node ./scripts/deploy.mjs"
2412
},
2513
"dependencies": {
2614
"@docusaurus/plugin-client-redirects": "^3.8.0",

0 commit comments

Comments
 (0)