schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "electron-to-chromium",
"version": "1.3.903",
"version": "1.4.485",
"description": "Provides a list of electron-to-chromium version mappings",
"main": "index.js",
"files": [
@@ -8,10 +8,14 @@
"full-versions.js",
"chromium-versions.js",
"full-chromium-versions.js",
"versions.json",
"full-versions.json",
"chromium-versions.json",
"full-chromium-versions.json",
"LICENSE"
],
"scripts": {
"build": "node build.js",
"build": "node build.mjs",
"update": "node automated-update.js",
"test": "nyc ava --verbose",
"report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
@@ -23,16 +27,18 @@
"keywords": [
"electron",
"chrome",
"chromium",
"browserslist",
"browserlist"
],
"author": "Kilian Valkhof",
"license": "ISC",
"devDependencies": {
"ava": "^3.8.2",
"codecov": "^3.8.0",
"electron-releases": "^3.864.0",
"ava": "^5.1.1",
"codecov": "^3.8.2",
"compare-versions": "^6.0.0-rc.1",
"node-fetch": "^3.3.0",
"nyc": "^15.1.0",
"request": "^2.88.0",
"shelljs": "^0.8.4"
"shelljs": "^0.8.5"
}
}