Add global variables for standard

This commit is contained in:
pyoor 2017-04-26 09:50:12 -04:00
parent b70171ebcc
commit 30c3a234da

View file

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