Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/read-package-json/CHANGELOG.md')
-rw-r--r--node_modules/read-package-json/CHANGELOG.md61
1 files changed, 0 insertions, 61 deletions
diff --git a/node_modules/read-package-json/CHANGELOG.md b/node_modules/read-package-json/CHANGELOG.md
deleted file mode 100644
index 929900482..000000000
--- a/node_modules/read-package-json/CHANGELOG.md
+++ /dev/null
@@ -1,61 +0,0 @@
-# Change Log
-
-All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
-
-<a name="3.0.1"></a>
-## [3.0.1](https://github.com/npm/read-package-json/compare/v3.0.0...v3.0.1) (2021-02-22)
-
-
-### Bug Fixes
-
-* Strip underscore prefixed fields from file contents ([ac771d8](https://github.com/npm/read-package-json/commit/ac771d8))
-
-
-
-<a name="3.0.0"></a>
-# [3.0.0](https://github.com/npm/read-package-json/compare/v2.1.2...v3.0.0) (2020-10-13)
-
-
-### Bug Fixes
-
-* check-in updated lockfile ([19d9fbe](https://github.com/npm/read-package-json/commit/19d9fbe))
-
-
-
-<a name="2.1.2"></a>
-## [2.1.2](https://github.com/npm/read-package-json/compare/v2.1.1...v2.1.2) (2020-08-20)
-
-
-### Bug Fixes
-
-* even better json errors, remove graceful-fs ([fdbf082](https://github.com/npm/read-package-json/commit/fdbf082))
-
-
-
-<a name="2.1.1"></a>
-## [2.1.1](https://github.com/npm/read-package-json/compare/v2.1.0...v2.1.1) (2019-12-09)
-
-
-### Bug Fixes
-
-* normalize and sanitize pkg bin entries ([b8cb5fa](https://github.com/npm/read-package-json/commit/b8cb5fa))
-
-
-
-<a name="2.1.0"></a>
-# [2.1.0](https://github.com/npm/read-package-json/compare/v2.0.13...v2.1.0) (2019-08-13)
-
-
-### Features
-
-* support bundleDependencies: true ([76f6f42](https://github.com/npm/read-package-json/commit/76f6f42))
-
-
-
-<a name="2.0.13"></a>
-## [2.0.13](https://github.com/npm/read-package-json/compare/v2.0.12...v2.0.13) (2018-03-08)
-
-
-### Bug Fixes
-
-* **git:** support git packed refs --all mode ([#77](https://github.com/npm/read-package-json/issues/77)) ([1869940](https://github.com/npm/read-package-json/commit/1869940))