From d67f07bcbbc8dcf02f43fbf97346675fb83be975 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 19 Jun 2017 09:53:21 -0400 Subject: [PATCH] i need shebang-command to get the precommit hook working --- ui/package-lock.json | 10 ++++++++++ ui/package.json | 1 + 2 files changed, 11 insertions(+) diff --git a/ui/package-lock.json b/ui/package-lock.json index 60a0c9a51..affaee6e3 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -4412,6 +4412,16 @@ "integrity": "sha1-NwaMLEdra69ALRSknGf1l5IfY08=", "dev": true }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=" + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" + }, "shelljs": { "version": "0.7.8", "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz", diff --git a/ui/package.json b/ui/package.json index 4e3e4f87d..667d7a412 100644 --- a/ui/package.json +++ b/ui/package.json @@ -44,6 +44,7 @@ "redux-thunk": "^2.2.0", "render-media": "^2.10.0", "reselect": "^3.0.0", + "shebang-command": "^1.2.0", "y18n": "^3.2.1" }, "devDependencies": {