Make WordPress Core


Ignore:
Timestamp:
10/19/2022 06:18:45 PM (4 years ago)
Author:
desrosj
Message:

General: Correctly refer to “npm” and “Node.js”.

This update all references to npm and Node.js to their correct spelling.

Fixes #56816.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/vendor/README.md

    r46587 r54650  
    11# src/js/enqueues/vendor
    22
    3 In this directory you'll find vendor JavaScript packages that cannot be installed through NPM, but are included in WordPress. Below we've documented the sources for those packages.
     3In this directory you'll find vendor JavaScript packages that cannot be installed through npm, but are included in WordPress. Below we've documented the sources for those packages.
    44
    55## Folder dependencies
     
    6363- iris: https://github.com/Automattic/Iris
    6464- json2: https://github.com/douglascrockford/JSON-js
    65 - jquery/jquery.color: https://github.com/jquery/jquery-color. Package is on NPM but not published by maintainer.
     65- jquery/jquery.color: https://github.com/jquery/jquery-color. Package is on npm but not published by maintainer.
    6666- jquery/jquery.hotkeys: https://github.com/tzuryby/jquery.hotkeys
    67 - jquery/jquery.masonry: Old version for BC purposes, can't include two versions with NPM. The newer version is included through NPM and built to `wp-includes/js/masonry.min.js`
     67- jquery/jquery.masonry: Old version for BC purposes, can't include two versions with npm. The newer version is included through npm and built to `wp-includes/js/masonry.min.js`
    6868- jquery/jquery.query: https://github.com/blairmitchelmore/jquery.plugins/blob/master/jquery.query.js
    6969- jquery/jquery.schedule: https://github.com/rse/jquery-schedule
Note: See TracChangeset for help on using the changeset viewer.