Add global variables for standard

This commit is contained in:
pyoor 2017-04-26 09:50:12 -04:00
parent b70171ebcc
commit 30c3a234da
1 changed files with 3 additions and 0 deletions

View File

@ -14,5 +14,8 @@
},
"scripts": {
"test": "standard lib/**/*.js && grunt test --verbose"
},
"standard": {
"globals": ["random", "make", "utils", "logger"]
}
}