Skip to content

Commit

Permalink
Changed theme name
Browse files Browse the repository at this point in the history
  • Loading branch information
ainsleyc committed Mar 29, 2015
1 parent c8d5e60 commit a0ae473
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jsonresume-theme-compact
# jsonresume-theme-onepage

A compact theme for JSON Resume, designed for printing.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "jsonresume-theme-compact",
"name": "jsonresume-theme-onepage",
"version": "0.0.1",
"description": "Compact, printable theme for JSON Resume",
"author": "Ainsley Chong",
"repository": {
"type": "git",
"url": "https://github.com/ainsleychong/jsonresume-theme-compact.git"
"url": "https://github.com/ainsleychong/jsonresume-theme-onepage.git"
},
"license": "MIT",
"dependencies": {
"handlebars": "^2.0.0-alpha.4",
"css": "2.2.x"
},
"bugs": {
"url": "https://github.com/ainsleychong/jsonresume-theme-compact/issues"
"url": "https://github.com/ainsleychong/jsonresume-theme-onepage/issues"
},
"homepage": "https://github.com/ainsleychong/jsonresume-theme-compact",
"homepage": "https://github.com/ainsleychong/jsonresume-theme-onepage",
"main": "index.js",
"devDependencies": {}
}

0 comments on commit a0ae473

Please sign in to comment.