ignore acorn audit (1488)

acorn is only used during build times
This commit is contained in:
pooya parsa 2020-03-09 13:28:08 +01:00
parent 1936de6930
commit ba9db9d36d

View File

@ -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",