Merge pull request #384 from spalger/fix/buildsWithMaster

[esvm] include the testattr necessary for many tests
This commit is contained in:
Spencer
2016-04-05 09:41:44 -07:00
2 changed files with 7 additions and 1 deletions

View File

@ -54,6 +54,12 @@ var versionedOpts = [
'node.testattr': 'test'
}
},
{
version: '>=5.0',
config: {
'node.attr.testattr': 'test'
}
},
{
version: '>=1.6',
config: {

View File

@ -60,7 +60,7 @@
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-esvm": "^2.1.1",
"grunt-esvm": "^3.1.1",
"grunt-mocha-cov": "^0.4.0",
"grunt-open": "~0.2.2",
"grunt-prompt": "~0.1.2",