From e423fd7264c4f145921e461037d571b35b6a9833 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Mon, 7 Mar 2022 22:36:26 +0100 Subject: [PATCH] refactor: Add missing shebang to postinstall script --- _postinstall.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_postinstall.js b/_postinstall.js index 0381daa7..aa00eaf8 100755 --- a/_postinstall.js +++ b/_postinstall.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + // Broadcasts "Call for peace" message when package is installed in Russia, otherwise no-op "use strict";