test runner requires es5-shim

This commit is contained in:
Thomas Aylott 2013-10-31 13:27:37 -04:00
parent 465b8dc646
commit 694cd6e9e8
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@
"grunt-contrib-compress": "~0.5.1",
"jasmine-tapreporter": "~0.2.2",
"grunt-saucelabs": "~4.1.2",
"grunt-contrib-connect": "~0.5.0"
"grunt-contrib-connect": "~0.5.0",
"es5-shim": "~2.1.0"
},
"engines": {
"node": ">=0.10.0"