Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Feb 27, 2018
1 parent ff2e94f commit 3e3fa67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const movieArt = require( './index' )

const cli = meow( `
Usage
$ movie-art movie [year] [size] [type] [output]
$ movie-art search [year] [size] [type] [output]
Options
--year, -y Release date year
Expand Down
2 changes: 1 addition & 1 deletion demo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
opts.output = 'poster'

}

console.log(opts.output)
// Get configuration vars
const { baseURL, sizes } = await getConfiguration()

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movie-art",
"version": "2.0.0",
"version": "2.0.1",
"description": "Fetch art for a movie or tv show: 'Oceans Eleven' ➔ http://path/to/oceans_eleven_poster.jpg",
"license": "MIT",
"repository": "lacymorrow/movie-art",
Expand Down

0 comments on commit 3e3fa67

Please sign in to comment.