Skip to content

Commit 1f5371e

Browse files
committed
lint package json
1 parent 71284b0 commit 1f5371e

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

frontend/app/package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,7 @@
131131
}
132132
},
133133
"browserslist": {
134-
"production": [
135-
">0.2%",
136-
"not dead",
137-
"not op_mini all"
138-
],
139-
"development": [
140-
"last 1 chrome version",
141-
"last 1 firefox version",
142-
"last 1 safari version"
143-
]
134+
"production": [">0.2%", "not dead", "not op_mini all"],
135+
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
144136
}
145-
}
137+
}

0 commit comments

Comments
 (0)