Make WordPress Core

Changeset 45875 for trunk/package.json


Ignore:
Timestamp:
08/22/2019 02:28:50 AM (6 years ago)
Author:
pento
Message:

Build Tools: Don't use git for package installs.

While NPM supports installing packages from git locations, this requires git to be in the path, which won't necessarily be true, particularly on Windows.

We can download the release versions for these packages, instead.

Fixes #47916.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r45826 r45875  
    107107        "formdata-polyfill": "3.0.13",
    108108        "imagesloaded": "3.2.0",
    109         "jquery-color": "github:jquery/jquery-color#2.1.1",
     109        "jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.1.tar.gz",
    110110        "jquery-form": "4.2.1",
    111111        "jquery-hoverintent": "1.8.3",
    112         "jquery-ui": "github:jquery/jquery-ui#1.11.4",
     112        "jquery-ui": "https://github.com/jquery/jquery-ui/archive/1.11.4.tar.gz",
    113113        "lodash": "4.17.15",
    114114        "masonry-layout": "3.3.2",
Note: See TracChangeset for help on using the changeset viewer.