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.
This commit is contained in:
Oliver Eyton-Williams
2019-06-27 17:28:59 +02:00
committed by mrugesh
parent 1f3fb19b05
commit a191a2b2bd

View File

@ -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",