Skip to content

Commit 28969b3

Browse files
Merge branch 'master' into plugins-update
2 parents 37e52af + 4c1af53 commit 28969b3

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

bin/sourcebit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env node
2-
require("dotenv").config();
32
const commander = require("commander");
43
const sourcebit = require("../index");
54
const path = require("path");

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require("dotenv").config();
12
const Sourcebit = require("./lib/sourcebit");
23

34
module.exports.fetch = (config, runtimeParameters, transformCallback) => {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcebit",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Sourcebit helps developers build data-driven JAMstack sites by pulling data from any third-party resource",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)