confident

This commit is contained in:
thomasdavis 2014-07-08 17:26:35 +10:00
parent b3098b696d
commit 4f1bd93c59
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
function render(resumeObject) {
return 'Argonaut!';
return JSON.stringify(resumeObject);
};
module.exports = {

View File

@ -1,6 +1,6 @@
{
"name": "jsonresume-theme-modern",
"version": "0.0.4",
"version": "0.0.5",
"description": "jsonresume-theme-modern =======================",
"main": "index.js",
"scripts": {