avancement planning
This commit is contained in:
+8
-9
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "electron-to-chromium",
|
||||
"version": "1.5.250",
|
||||
"version": "1.5.361",
|
||||
"description": "Provides a list of electron-to-chromium version mappings",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
@@ -18,11 +18,11 @@
|
||||
"build": "node build.mjs",
|
||||
"update": "node automated-update.js",
|
||||
"test": "nyc ava --verbose",
|
||||
"report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
|
||||
"report": "nyc report --reporter=text-lcov > coverage.lcov"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kilian/electron-to-chromium/"
|
||||
"url": "git+https://github.com/Kilian/electron-to-chromium.git"
|
||||
},
|
||||
"keywords": [
|
||||
"electron",
|
||||
@@ -34,11 +34,10 @@
|
||||
"author": "Kilian Valkhof",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"ava": "^5.1.1",
|
||||
"codecov": "^3.8.2",
|
||||
"compare-versions": "^6.0.0-rc.1",
|
||||
"node-fetch": "^3.3.0",
|
||||
"nyc": "^15.1.0",
|
||||
"shelljs": "^0.8.5"
|
||||
"ava": "^7.0.0",
|
||||
"compare-versions": "^6.1.1",
|
||||
"node-fetch": "^3.3.2",
|
||||
"nyc": "^18.0.0",
|
||||
"shelljs": "^0.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user