mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
ignore acorn audit (1488)
acorn is only used during build times
This commit is contained in:
parent
1936de6930
commit
ba9db9d36d
@ -28,7 +28,7 @@
|
|||||||
"test:fixtures": "jest test/fixtures --forceExit",
|
"test:fixtures": "jest test/fixtures --forceExit",
|
||||||
"test:lint": "yarn lint",
|
"test:lint": "yarn lint",
|
||||||
"test:unit": "jest packages --forceExit",
|
"test:unit": "jest packages --forceExit",
|
||||||
"audit": "improved-yarn-audit --min-severity moderate"
|
"audit": "improved-yarn-audit --min-severity moderate -e 1488"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.6",
|
"@babel/core": "^7.8.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user