Make WordPress Core

Changeset 62061 for trunk/package.json


Ignore:
Timestamp:
03/19/2026 12:27:35 PM (6 months ago)
Author:
desrosj
Message:

Build/Test Tools: Reclassify json2php as a devDependency.

This dependency is responsible for transforming some JSON files to PHP ones. But since this is not included in the distributed software, it should not be specified as a dependency.

Props nimeshatxecurify, royhridoy, phpbits, dilip2615, noruzzaman.
Fixes #64221.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r62060 r62061  
    6666                "grunt-webpack": "7.0.1",
    6767                "install-changed": "1.1.0",
     68                "json2php": "0.0.12",
    6869                "postcss": "8.5.8",
    6970                "prettier": "npm:wp-prettier@3.0.3",
     
    9798                "jquery-form": "4.3.0",
    9899                "jquery-hoverintent": "1.10.2",
    99                 "json2php": "0.0.12",
    100100                "jsonlint": "1.6.3",
    101101                "lodash": "4.17.23",
Note: See TracChangeset for help on using the changeset viewer.