avancement planning
This commit is contained in:
+4
-8
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user