Skip to content

Commit

Permalink
added es6-object-assign polyfill for report.js script
Browse files Browse the repository at this point in the history
  • Loading branch information
arose committed Apr 27, 2016
1 parent c7478ca commit 66bf5f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"dependencies": {
"argparse": "^1.0.7",
"csv-write-stream": "^1.0.0",
"es6-object-assign": "^1.0.1",
"performance-now": "^0.2.0",
"promise": "^7.1.1",
"request": "^2.72.0"
Expand Down
2 changes: 2 additions & 0 deletions scripts/report.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

require('es6-object-assign').polyfill();

var fs = require('fs');
var request = require('request');
var http = require('http');
Expand Down

0 comments on commit 66bf5f6

Please sign in to comment.