From fbdce967258e209e72fa8c22022ab7347c3ccd8e Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Fri, 3 Jun 2016 14:26:17 -0400 Subject: [PATCH] Uses previous commit hash to prevent failures on master --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59a4da30b6..dc3d117cda 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "underscore.string": "~3.3.4" }, "devDependencies": { - "edx-custom-a11y-rules": "edx/edx-custom-a11y-rules", + "edx-custom-a11y-rules": "git+https://github.com/edx/edx-custom-a11y-rules.git#12d2cae4ffdbb45c5643819211e06c17d6200210", "pa11y": "3.6.0", "pa11y-reporter-1.0-json": "1.0.2", "jasmine-core": "^2.4.1",