Parametric declarations
This commit is contained in:
parent
29503614cc
commit
e515f51c0e
10 changed files with 128 additions and 36 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue