From 291803c31f829fe0d32bb3207bc11def95a7408c Mon Sep 17 00:00:00 2001 From: Nevena Bojovic Date: Tue, 1 Mar 2022 20:05:50 +0100 Subject: Urađena test aplikacija. Povezan front i back. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Front/node_modules/npm-install-checks/CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sandbox/testAppNevena/Front/node_modules/npm-install-checks/CHANGELOG.md (limited to 'sandbox/testAppNevena/Front/node_modules/npm-install-checks/CHANGELOG.md') diff --git a/sandbox/testAppNevena/Front/node_modules/npm-install-checks/CHANGELOG.md b/sandbox/testAppNevena/Front/node_modules/npm-install-checks/CHANGELOG.md new file mode 100644 index 00000000..ae4f22fc --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/npm-install-checks/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change Log + +## v4.0 + +* Remove `checkCycle` and `checkGit`, as they are no longer used in npm v7 +* Synchronous throw-or-return API instead of taking a callback needlessly +* Modernize code and drop support for node versions less than 10 + +## v3 2016-01-12 + +* Change error messages to be more informative. +* checkEngine, when not in strict mode, now calls back with the error + object as the second argument instead of warning. +* checkCycle no longer logs when cycle errors are found. + +## v2 2015-01-20 + +* Remove checking of engineStrict in the package.json -- cgit v1.2.3