Parametric declarations

This commit is contained in:
Bán Dénes 2021-01-03 19:48:37 +01:00
parent 29503614cc
commit e515f51c0e
10 changed files with 128 additions and 36 deletions

View file

@ -11,7 +11,8 @@
"bin": "./src/cli.js",
"scripts": {
"build": "rollup -c",
"test": "nyc --reporter=html --reporter=text mocha -r chai/register-should test/unit/*.js test/complex/index.js"
"test": "mocha -r chai/register-should test/index.js",
"coverage": "nyc --reporter=html --reporter=text mocha -r chai/register-should test/index.js"
},
"dependencies": {
"fs-extra": "^9.0.1",