cordova-docs
cordova-docs copied to clipboard
Docs should specify exact dependencies or use shrinkwrap.
Feature Request
Motivation Behind Feature
If a dependency in the docs changes, npm will install it automatically on your machine. To avoid this, we should pin docs dependencies to specific versions.
Feature Description
Pin docs dependencies to specific versions.
Alternatives or Workarounds
- Specify exact version numbers in
package.json
. - Specify a
npm-shrinkwrap.json
file. - Specify a
package-lock.json
file.