From a191a2b2bda51ce426ca017e86b48a95bfbfd362 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Thu, 27 Jun 2019 17:28:59 +0200 Subject: [PATCH] fix(client): Use current challenge-md-parser 1.0.0 was fetching the published version, which is 9 months old, so this gets the local version instead. --- curriculum/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/package.json b/curriculum/package.json index 4a2386a513..fa0e1099d3 100644 --- a/curriculum/package.json +++ b/curriculum/package.json @@ -30,7 +30,7 @@ "@commitlint/cli": "^7.0.0", "@commitlint/config-conventional": "^7.0.1", "@commitlint/travis-cli": "^7.0.0", - "@freecodecamp/challenge-md-parser": "^1.0.0", + "@freecodecamp/challenge-md-parser": "^0.0.1", "@semantic-release/changelog": "^2.0.2", "@semantic-release/git": "^5.0.0", "babel-cli": "^6.3.17",