File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ [ production ]
2
+ defaults
3
+ not IE 11
4
+ not dead
5
+
6
+ [ development ]
7
+ last 1 chrome version
8
+ last 1 firefox version
9
+ last 1 safari version
Original file line number Diff line number Diff line change 11
11
"extensions" : [
12
12
" EditorConfig.EditorConfig" ,
13
13
" dbaeumer.vscode-eslint" ,
14
- " rebornix.Ruby"
14
+ " rebornix.Ruby" ,
15
+ " webben.browserslist"
15
16
],
16
17
17
18
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Original file line number Diff line number Diff line change 22
22
"type" : " git" ,
23
23
"url" : " https://github.com/mastodon/mastodon.git"
24
24
},
25
- "browserslist" : [
26
- " last 2 versions" ,
27
- " not IE 11" ,
28
- " iOS >= 9" ,
29
- " not dead"
30
- ],
31
25
"private" : true ,
32
26
"dependencies" : {
33
27
"@babel/core" : " ^7.17.12" ,
You can’t perform that action at this time.
0 commit comments