Skip to content

Instantly share code, notes, and snippets.

@viatsko
Last active August 29, 2015 14:18
Show Gist options
  • Save viatsko/7bbe4c36400e7262e187 to your computer and use it in GitHub Desktop.
Save viatsko/7bbe4c36400e7262e187 to your computer and use it in GitHub Desktop.
var _ = require('lodash');
var data = require('./entries.json');
module.exports = _.map(data, function(){
data.summ = data.summ * 2;
return data;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment