fix
This commit is contained in:
parent
df71184b31
commit
f59090936c
@ -11,14 +11,14 @@
|
|||||||
"@stryker-mutator/javascript-mutator": "^3.0.2",
|
"@stryker-mutator/javascript-mutator": "^3.0.2",
|
||||||
"ava": "^3.5.0",
|
"ava": "^3.5.0",
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^6.8.0",
|
||||||
"nyc": "^15.0.0",
|
"nyc": "^15.0.0"
|
||||||
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
||||||
"test": "nyc ava",
|
"test": "nyc ava",
|
||||||
"ci": "yarn && node jenkins.js",
|
"ci": "yarn && node jenkins.js",
|
||||||
"mutate": "stryker run"
|
"mutate": "stryker run",
|
||||||
|
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"argon2": "^0.26.1"
|
"argon2": "^0.26.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user