mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
update
This commit is contained in:
19
node_modules/nunjucks/.babelrc
generated
vendored
Normal file
19
node_modules/nunjucks/.babelrc
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"presets": [
|
||||
["@babel/env", {
|
||||
"loose": true,
|
||||
"targets": {
|
||||
"browsers": ["last 2 versions", "safari >= 7", "ie 9"],
|
||||
"node": "6"
|
||||
}
|
||||
}]
|
||||
],
|
||||
"env": {
|
||||
"test": {
|
||||
"plugins": ["./scripts/lib/arrow-function-coverage-fix", "istanbul"]
|
||||
}
|
||||
},
|
||||
"ignore": [
|
||||
"scripts/lib/arrow-function-coverage-fix.js"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user