From 2d8a5b312c50a261d2a9adf887849a68c033dd82 Mon Sep 17 00:00:00 2001 From: Shahar Or Date: Sat, 2 Sep 2017 11:30:15 +0300 Subject: [PATCH] Add deprecation warning in readme --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index ae5414b..f27875f 100644 --- a/Readme.md +++ b/Readme.md @@ -5,6 +5,10 @@ [![Build Status](https://travis-ci.org/timoxley/npm-run.svg?branch=master)](https://travis-ci.org/timoxley/npm-run) +## **DEPRECATION NOTICE** + +**Since [`npm@5.2.0`](https://github.com/npm/npm/releases/tag/v5.2.0), npm includes [npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b). npm-run is deprecated.** + ### Run executables in node_modules from the command-line Use `npm-run` to ensure you're using the same version of a package on the command-line and in package.json scripts.