Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2734b9f

Browse files
Caitlin Potterpetebacondarwin
Caitlin Potter
authored andcommittedNov 9, 2013
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
1 parent dcdbcaf commit 2734b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"karma-sauce-launcher": "~0.1.1",
2929
"karma-script-launcher": "~0.1.0",
3030
"yaml-js": "~0.0.8",
31-
"marked": "~0.2.9",
31+
"marked": "0.2.9",
3232
"rewire": "1.1.3",
3333
"grunt-jasmine-node": "~0.1.0",
3434
"grunt-parallel": "~0.3.1",

0 commit comments

Comments
 (0)
This repository has been archived.