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

CHANGELOG.md « libnpmexec « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe3ac0def623dc1b9aba534f0f435d8652075a08 (plain)
1
2
3
4
5
6
7
8
# Changelog

## v1.0.0

- Initial implementation, moves the code that used to live in the **npm cli**,
ref: https://github.com/npm/cli/blob/release/v7.10.0/lib/exec.js into this
separate module, providing a programmatic API to the **npm exec** functionality.