Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 372 Bytes

File metadata and controls

13 lines (11 loc) · 372 Bytes

Update Global Dependency admin to Use Greater Than Equal (>=)

To allow support for newer versions of the admin dependency, the version constraint in io-package.json has been updated from a fixed version to greater or equal (>=) version.

io-package.json

  "globalDependencies": [
    {
-     "admin": "7.0.23"
+     "admin": ">=7.0.23"
    }
  ]