Skip to content

Commit

Permalink
[cli] Update URL for moviedb dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Mar 6, 2018
1 parent 720c909 commit fedbd51
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
export const importPrompt = 'Import a sampling of sci-fi movies to go with your movie schema?'
export const datasetUrl = 'https://public.sanity.io/moviesdb.ndjson'
export const datasetUrl = 'https://public.sanity.io/moviesdb-2018-03-06.tar.gz'

export const dependencies = {
'@sanity/google-maps-input': '^0.99.0',
'react-icons': '^2.2.5',

'react-icons': '^2.2.5'
}

export const generateSanityManifest = base => ({
Expand Down

0 comments on commit fedbd51

Please sign in to comment.