Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.babelrc « accessibility « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7ff46c04acee62639d94f34a13e03c4b92e7256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"presets": [
		[
			"env",
			{
				"targets": {
					"browsers": ["last 2 versions", "not ie <= 11"]
				}
			}
		]
	]
}