mirror of
https://github.com/JuanCanham/jsonresume-theme-modern.git
synced 2024-10-31 23:56:22 +00:00
confident
This commit is contained in:
parent
b3098b696d
commit
4f1bd93c59
2
index.js
2
index.js
@ -1,6 +1,6 @@
|
||||
|
||||
function render(resumeObject) {
|
||||
return 'Argonaut!';
|
||||
return JSON.stringify(resumeObject);
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jsonresume-theme-modern",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "jsonresume-theme-modern =======================",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user