Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit 25cd781

Browse files
committed
Detaching stackbit-pull
- added executable header to executable files
1 parent 121993d commit 25cd781

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/contentful/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#! /usr/bin/env node
12
const _ = require('lodash');
23
const commander = require('commander');
34

packages/datocms/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#! /usr/bin/env node
12
const commander = require('commander');
23

34
const { writeFiles } = require('@stackbit/stackbit-pull-core');

packages/sanity/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#! /usr/bin/env node
12
const _ = require('lodash');
23
const commander = require('commander');
34

packages/stackbit/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#! /usr/bin/env node
12
const https = require('https');
23
const url = require('url');
34
const commander = require('commander');

0 commit comments

Comments
 (0)