diff options
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 25d7edbc29..eb1f917012 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -7554,9 +7554,8 @@ NPM packages: | |||
7554 | - Of the two methods that you can use ``devtool`` to create NPM | 7554 | - Of the two methods that you can use ``devtool`` to create NPM |
7555 | packages, the registry approach is slightly simpler. However, you | 7555 | packages, the registry approach is slightly simpler. However, you |
7556 | might consider the project approach because you do not have to | 7556 | might consider the project approach because you do not have to |
7557 | publish your module in the NPM registry | 7557 | publish your module in the `NPM registry <https://docs.npmjs.com/misc/registry>`__, |
7558 | (`npm-registry <https://docs.npmjs.com/misc/registry>`_), which | 7558 | which is NPM's public registry. |
7559 | is NPM's public registry. | ||
7560 | 7559 | ||
7561 | - Be familiar with | 7560 | - Be familiar with |
7562 | :doc:`devtool </ref-manual/devtool-reference>`. | 7561 | :doc:`devtool </ref-manual/devtool-reference>`. |