summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/packages.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/packages.rst')
-rw-r--r--documentation/dev-manual/packages.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/packages.rst b/documentation/dev-manual/packages.rst
index 0c584c177a..90c52beb29 100644
--- a/documentation/dev-manual/packages.rst
+++ b/documentation/dev-manual/packages.rst
@@ -999,12 +999,12 @@ test. Here is what you have to do for each recipe:
999Creating Node Package Manager (NPM) Packages 999Creating Node Package Manager (NPM) Packages
1000============================================ 1000============================================
1001 1001
1002:wikipedia:`NPM <Npm_(software)>` is a package 1002:wikipedia:`NPM <Npm_(software)>` is a package manager for the JavaScript
1003manager for the JavaScript programming language. The Yocto Project 1003programming language. The Yocto Project supports the NPM
1004supports the NPM :ref:`fetcher <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`. You can 1004:ref:`fetcher <bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`.
1005use this fetcher in combination with 1005You can use this fetcher in combination with
1006:doc:`devtool </ref-manual/devtool-reference>` to create 1006:doc:`devtool </ref-manual/devtool-reference>` to create recipes that produce
1007recipes that produce NPM packages. 1007NPM packages.
1008 1008
1009There are two workflows that allow you to create NPM packages using 1009There are two workflows that allow you to create NPM packages using
1010``devtool``: the NPM registry modules method and the NPM project code 1010``devtool``: the NPM registry modules method and the NPM project code