From 37bfa40aedc466ce3bb148c2f1a5149b8548a13a Mon Sep 17 00:00:00 2001 From: wkadmin Date: Mon, 27 Oct 2025 23:36:00 +0000 Subject: [PATCH] sauvegarde avant pull --- node_modules/.bin/nodemon | 17 +---------------- node_modules/.bin/nodetouch | 17 +---------------- node_modules/.bin/semver | 17 +---------------- 3 files changed, 3 insertions(+), 48 deletions(-) diff --git a/node_modules/.bin/nodemon b/node_modules/.bin/nodemon index c477a189..1056ddc1 120000 --- a/node_modules/.bin/nodemon +++ b/node_modules/.bin/nodemon @@ -1,16 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) - if command -v cygpath > /dev/null 2>&1; then - basedir=`cygpath -w "$basedir"` - fi - ;; -esac - -if [ -x "$basedir/node" ]; then - exec "$basedir/node" "$basedir/../nodemon/bin/nodemon.js" "$@" -else - exec node "$basedir/../nodemon/bin/nodemon.js" "$@" -fi +../nodemon/bin/nodemon.js \ No newline at end of file diff --git a/node_modules/.bin/nodetouch b/node_modules/.bin/nodetouch index 3e146b41..3409fdb7 120000 --- a/node_modules/.bin/nodetouch +++ b/node_modules/.bin/nodetouch @@ -1,16 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) - if command -v cygpath > /dev/null 2>&1; then - basedir=`cygpath -w "$basedir"` - fi - ;; -esac - -if [ -x "$basedir/node" ]; then - exec "$basedir/node" "$basedir/../touch/bin/nodetouch.js" "$@" -else - exec node "$basedir/../touch/bin/nodetouch.js" "$@" -fi +../touch/bin/nodetouch.js \ No newline at end of file diff --git a/node_modules/.bin/semver b/node_modules/.bin/semver index 97c53279..5aaadf42 120000 --- a/node_modules/.bin/semver +++ b/node_modules/.bin/semver @@ -1,16 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) - if command -v cygpath > /dev/null 2>&1; then - basedir=`cygpath -w "$basedir"` - fi - ;; -esac - -if [ -x "$basedir/node" ]; then - exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@" -else - exec node "$basedir/../semver/bin/semver.js" "$@" -fi +../semver/bin/semver.js \ No newline at end of file