Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit b12b682

Browse files
committed
Formatting
1 parent ef1d0b2 commit b12b682

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.node/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "swift-doc",
3-
"browserslist": ["> 1%", "not dead"],
3+
"browserslist": [
4+
"> 1%",
5+
"not dead"
6+
],
47
"scripts": {
58
"build": "postcss ../Assets/css/all.css -o ../Resources/all.min.css --config ./postcss.config.js -u cssnano",
69
"watch": "postcss -w ../Assets/**/*.css --dir ../Resources --config ./postcss.config.js "

0 commit comments

Comments
 (0)