avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+4 -8
View File
@@ -1,13 +1,11 @@
{
"name": "@istanbuljs/schema",
"version": "0.1.3",
"version": "0.1.6",
"description": "Schemas describing various structures used by nyc and istanbuljs",
"main": "index.js",
"scripts": {
"release": "standard-version --sign",
"pretest": "xo",
"test": "tap",
"snap": "npm test -- --snapshot"
"test": "nyc node --test test/test.js",
"test:update-snapshots": "nyc node --test --test-update-snapshots test/test.js"
},
"engines": {
"node": ">=8"
@@ -23,8 +21,6 @@
},
"homepage": "https://github.com/istanbuljs/schema#readme",
"devDependencies": {
"standard-version": "^7.0.0",
"tap": "^14.6.7",
"xo": "^0.25.3"
"nyc": "^18.0.0"
}
}