Skip to:
Content

bbPress.org

Changeset 5984 for trunk/package.json


Ignore:
Timestamp:
03/18/2016 01:43:12 AM (8 years ago)
Author:
netweb
Message:

Build Tools: Add minimum NodeJS 4.2.x LTS version

This changeset sets the minimum required NodeJS version supported. This is required as various NPM modules now require a minimum version greater than the default v0.10.x currently in use.

See #2920.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r5982 r5984  
    2424    "matchdep": "~1.0.1"
    2525  },
     26  "engines": {
     27    "node": ">=4.2.1"
     28  },
    2629  "keywords": [
    2730    "community",
Note: See TracChangeset for help on using the changeset viewer.