mirror of
https://github.com/JuanCanham/jsonresume-theme-modern.git
synced 2024-11-22 08:20:11 +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) {
|
function render(resumeObject) {
|
||||||
return 'Argonaut!';
|
return JSON.stringify(resumeObject);
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jsonresume-theme-modern",
|
"name": "jsonresume-theme-modern",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"description": "jsonresume-theme-modern =======================",
|
"description": "jsonresume-theme-modern =======================",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user