gatsby-source-imgur-gallery-albums
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "gatsby-source-imgur-gallery-albums", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Source data from Imgur Gallery Albums", | ||
@@ -8,3 +8,2 @@ "main": "dist/index.js", | ||
"build": "babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist", | ||
"prepare": "cross-env NODE_ENV=production npm run build", | ||
"watch": "babel -w src --out-dir . --ignore **/__tests__" | ||
@@ -23,2 +22,3 @@ }, | ||
"dependencies": { | ||
"cross-env": "^6.0.3", | ||
"node-fetch": "^2.6.0" | ||
@@ -29,4 +29,3 @@ }, | ||
"@babel/core": "^7.7.5", | ||
"babel-preset-gatsby-package": "^0.2.14", | ||
"cross-env": "^5.2.1" | ||
"babel-preset-gatsby-package": "^0.2.14" | ||
}, | ||
@@ -33,0 +32,0 @@ "keywords": [ |
# Gatsby Source Imgur Gallery Albums | ||
Add to `gatsby-config.js` the plugin `gatsby-source-imgur-gallery-album` | ||
Add to `gatsby-config.js` the plugin `npm i gatsby-source-imgur-gallery-albums` | ||
and add to options your client id and album hashes as an array | ||
``` | ||
resolve: "gatsby-source-imgur-gallery-albums" | ||
options: { | ||
@@ -9,0 +9,0 @@ clientId: "XXXXXX", |
3
5932
2
+ Addedcross-env@^6.0.3
+ Addedcross-env@6.0.3(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedwhich@2.0.2(transitive)