Changeset 54650 for trunk/src/js/_enqueues/vendor/README.md
- Timestamp:
- 10/19/2022 06:18:45 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/js/_enqueues/vendor/README.md (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/vendor/README.md
r46587 r54650 1 1 # src/js/enqueues/vendor 2 2 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.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. 4 4 5 5 ## Folder dependencies … … 63 63 - iris: https://github.com/Automattic/Iris 64 64 - json2: https://github.com/douglascrockford/JSON-js 65 - jquery/jquery.color: https://github.com/jquery/jquery-color. Package is on NPMbut not published by maintainer.65 - jquery/jquery.color: https://github.com/jquery/jquery-color. Package is on npm but not published by maintainer. 66 66 - 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 NPMand 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` 68 68 - jquery/jquery.query: https://github.com/blairmitchelmore/jquery.plugins/blob/master/jquery.query.js 69 69 - jquery/jquery.schedule: https://github.com/rse/jquery-schedule
Note: See TracChangeset
for help on using the changeset viewer.