Comment 3 for bug 1524552

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano-dashboard (master)

Reviewed: https://review.openstack.org/264837
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=28b49ebef29dac81da27c6637abfe7d60a771a28
Submitter: Jenkins
Branch: master

commit 28b49ebef29dac81da27c6637abfe7d60a771a28
Author: Darla Ahlert <email address hidden>
Date: Thu Jan 7 09:33:07 2016 -0600

    Update eslint devDependencies in Murano dashboard

    Currently, murano-dashboard has
    "devDependencies": {
        "eslint": "^0.23.0",
        "eslint-config-openstack": "1.2.0"
      }
    while horizon has switched to more recent and stable options of:
        "eslint": "1.2.1",
        "eslint-config-openstack": "1.2.3"

    This updates the devDependencies in Murano dashboard to
    mirror those of horizon.

    Change-Id: I56b93cfba2d69319ca4d4a5f1b5983009b302168
    Closes-Bug: #1524552