1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-07-06 10:11:05 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
e77ed4d25c Bump version to 0.9.1-beta. 2015-12-30 18:28:54 -05:00
ce0fe06686 Update package.json URLs. 2015-12-30 18:27:45 -05:00

View File

@ -1,10 +1,10 @@
{ {
"name": "fresh-themes", "name": "fresh-themes",
"version": "0.9.0-beta", "version": "0.9.1-beta",
"description": "Multiformat résumé themes and templates for HackMyResume and FluentCV.", "description": "Multiformat résumé themes and templates for HackMyResume and FluentCV.",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/fluentdesk/fluent-themes.git" "url": "https://github.com/fluentdesk/fresh-themes.git"
}, },
"main": "themes/README.md", "main": "themes/README.md",
"keywords": [ "keywords": [
@ -26,8 +26,8 @@
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)", "author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/fluentdesk/fluent-themes/issues" "url": "https://github.com/fluentdesk/fresh-themes/issues"
}, },
"homepage": "https://github.com/fluentdesk/fluent-themes", "homepage": "https://github.com/fluentdesk/fresh-themes",
"dependencies": { } "dependencies": { }
} }