aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaitlin Potter2013-11-07 12:08:32 -0500
committerPete Bacon Darwin2013-11-09 23:16:11 +0000
commit2734b9f560dc34a23c127a4b31019ab8cc386996 (patch)
tree47de692d39b818b17c690ab2ecd5e241531d8613
parentdcdbcaf2b59243f1d4cda38ced20198896180dd1 (diff)
downloadangular.js-2734b9f560dc34a23c127a4b31019ab8cc386996.tar.bz2
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
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",