Skip to content

Commit ce7b6f7

Browse files
author
John Dillick
committed
Attempt to make BSD shebang compatible with Linux
1 parent cdec8ed commit ce7b6f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arcli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node --no-warnings
1+
#!/usr/bin/env -S node --no-warnings
22

33
'use strict';
44

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomic-reactor/cli",
3-
"version": "2.2.24",
3+
"version": "2.2.25",
44
"description": "A CLI for creating Atomic Reactor Awesomeness",
55
"main": "arcli-node.js",
66
"scripts": {

0 commit comments

Comments
 (0)