UNPKG

npm-remote-ls

Version:

Examine a package's dependency graph before you install it

37 lines (17 loc) 1.49 kB
# 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="1.3.2"></a> ## [1.3.2](https://github.com/npm/npm-remote-ls/compare/v1.3.1...v1.3.2) (2016-06-24) ### Bug Fixes * match * with dist-tags.latest for prerelease-only versions ([#26](https://github.com/npm/npm-remote-ls/issues/26)) ([9478a97](https://github.com/npm/npm-remote-ls/commit/9478a97)) <a name="1.3.1"></a> ## [1.3.1](https://github.com/npm/npm-remote-ls/compare/v1.3.0...v1.3.1) (2016-06-15) ### Bug Fixes * support scoped packages via npm-package-arg ([#25](https://github.com/npm/npm-remote-ls/issues/25)) ([fdda84b](https://github.com/npm/npm-remote-ls/commit/fdda84b)) <a name="1.3.0"></a> # [1.3.0](https://github.com/npm/npm-remote-ls/compare/v1.2.0...v1.3.0) (2016-04-13) ### Bug Fixes * fix bug with default registry URL found while adding documentation to address [#10](https://github.com/npm/npm-remote-ls/issues/10) ([556d40f](https://github.com/npm/npm-remote-ls/commit/556d40f)), closes [#10](https://github.com/npm/npm-remote-ls/issues/10) * switch to appropriate repository URL in package.json ([502841f](https://github.com/npm/npm-remote-ls/commit/502841f)) ### Features * **update:** update to newer versions of all the things ([#20](https://github.com/npm/npm-remote-ls/issues/20)) ([c9be768](https://github.com/npm/npm-remote-ls/commit/c9be768))