-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish: fixed themeInfo.json (wasn't valid json)
generated from commit 89874dd
- Loading branch information
deploy.sh
committed
Aug 28, 2014
1 parent
9b3e798
commit c865d35
Showing
7 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,38 @@ | ||
{ | ||
"name": "Method", | ||
"version": "0.0.20", | ||
"source": "https://github.com/volusion-angular-themes/method/archive/v0.0.11.zip", | ||
"version": "0.0.17", | ||
"source": "https://github.com/volusion-angular-themes/method/archive/v0.0.17.zip", | ||
"author": { | ||
"name": "John Smith", | ||
"email": "[email protected]", | ||
"website": "http://www.envato.com" | ||
}, | ||
"marketing": { | ||
"description": "Method is an awesome theme. Let me tell you all about it. <img src=\"http://volusion-angular-themes.github.io/assets/theme-thumbnails/method/method-large.jpg\"> Yes I just mixed in some images too.", | ||
"description": "Method is an awesome theme. Let me tell you all about it. <img src=\"http://www.themelexus.com/guides/opencart/shopping/features.jpg\"> Yes I just mixed in some images too.", | ||
"images": [ | ||
{ | ||
"small": "http://volusion-angular-themes.github.io/assets/theme-thumbnails/method/method-small.jpg", | ||
"large": "http://volusion-angular-themes.github.io/assets/theme-thumbnails/method/method-large.jpg" | ||
"small": "", | ||
"large": "http://volusion-angular-themes.github.io/method/images/marketing-assets/screenshot1-large.jpg" | ||
}, | ||
{ | ||
"small": "http://volusion-angular-themes.github.io/assets/theme-thumbnails/method/method-small.jpg", | ||
"large": "http://volusion-angular-themes.github.io/assets/theme-thumbnails/method/method-large.jpg" | ||
"small": "", | ||
"large": "http://volusion-angular-themes.github.io/method/images/marketing-assets/screenshot2-large.jpg" | ||
}, | ||
{ | ||
"small": "", | ||
"large": "http://volusion-angular-themes.github.io/method/images/marketing-assets/screenshot3-large.jpg" | ||
}, | ||
{ | ||
"small": "", | ||
"large": "http://volusion-angular-themes.github.io/method/images/marketing-assets/screenshot4-large.jpg" | ||
}, | ||
{ | ||
"small": "", | ||
"large": "http://volusion-angular-themes.github.io/method/images/marketing-assets/screenshot5-large.jpg" | ||
}, | ||
{ | ||
"small": "", | ||
"large": "http://volusion-angular-themes.github.io/method/images/marketing-assets/screenshot6-large.jpg" | ||
} | ||
], | ||
"facets": { | ||
|