1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-10 04:04:42 +08:00

Remove our fork of markdown

The markdown package now has the required fix
This commit is contained in:
Vishesh Handa
2020-08-06 10:08:54 +02:00
parent f551321a73
commit d091b771d7
2 changed files with 5 additions and 9 deletions

@ -505,14 +505,12 @@ packages:
source: hosted source: hosted
version: "0.11.3+2" version: "0.11.3+2"
markdown: markdown:
dependency: "direct overridden" dependency: transitive
description: description:
path: "." name: markdown
ref: HEAD url: "https://pub.dartlang.org"
resolved-ref: "2e87055c39b4b29939bb99ceff593880e2bcf20a" source: hosted
url: "https://github.com/GitJournal/markdown.git" version: "2.1.7"
source: git
version: "2.1.5"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:

@ -72,8 +72,6 @@ dev_dependencies:
dependency_overrides: dependency_overrides:
intl: intl:
git: https://github.com/GitJournal/intl.git git: https://github.com/GitJournal/intl.git
markdown:
git: https://github.com/GitJournal/markdown.git
flutter: flutter:
uses-material-design: true uses-material-design: true