gatsby-source-imgur-gallery-albums
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "gatsby-source-imgur-gallery-albums", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Source data from Imgur Gallery Albums", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist", | ||
"build": "rm -rf dist && babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist", | ||
"watch": "babel -w src --out-dir . --ignore **/__tests__", | ||
"prepublish": "rm -rf dist && babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist", | ||
"publish": "npm publish dist" | ||
@@ -11,0 +10,0 @@ }, |
@@ -13,1 +13,7 @@ # Gatsby Source Imgur Gallery Albums | ||
``` | ||
# Contributing | ||
If branch is approved we can npm publish from master using | ||
Build dist package with `npm build` | ||
then use `npm publish` |
{ | ||
"name": "gatsby-source-imgur-gallery-albums", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Source data from Imgur Gallery Albums", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist", | ||
"build": "rm -rf dist && babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist", | ||
"watch": "babel -w src --out-dir . --ignore **/__tests__", | ||
"prepublish": "rm -rf dist && babel src --out-dir dist --ignore **/__tests__ && cp README.md dist && cp package.json dist", | ||
"publish": "npm publish dist" | ||
@@ -11,0 +10,0 @@ }, |
@@ -13,1 +13,7 @@ # Gatsby Source Imgur Gallery Albums | ||
``` | ||
# Contributing | ||
If branch is approved we can npm publish from master using | ||
Build dist package with `npm run-script build` | ||
then use `npm publish` |
6303
19