We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6190953 + a6ff238 commit fbee477Copy full SHA for fbee477
package.json
@@ -66,6 +66,8 @@
66
"access": "public"
67
},
68
"release": {
69
- "branches": ["trunk"]
+ "branches": [
70
+ "trunk"
71
+ ]
72
}
73
src/cli.js
@@ -1,4 +1,5 @@
1
-#!/usr/bin/env node --no-warnings --experimental-modules --experimental-json-modules
+#!/bin/sh
2
+':' //; exec node --no-warnings --experimental-modules --experimental-json-modules "$0" "$@"
3
4
const log = require("./util/log.js");
5
0 commit comments