From 2734b9f560dc34a23c127a4b31019ab8cc386996 Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Thu, 7 Nov 2013 12:08:32 -0500 Subject: chore(package.json): revert to marked@0.2.9 to fix CI builds The marked npm library brought in a breaking change at 0.2.10. This commit ensures that we get exactly the version we want. Closes #4822 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7abf249..ed6e1f16 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "karma-sauce-launcher": "~0.1.1", "karma-script-launcher": "~0.1.0", "yaml-js": "~0.0.8", - "marked": "~0.2.9", + "marked": "0.2.9", "rewire": "1.1.3", "grunt-jasmine-node": "~0.1.0", "grunt-parallel": "~0.3.1", -- cgit v1.2.3