Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: pubspec.yaml

Issue 1340143003: Ignore underscores in the middle of words. (Closed) Base URL: https://github.com/dart-lang/markdown.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 name: markdown 1 name: markdown
2 version: 0.8.0-dev 2 version: 0.8.0
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: A library for converting markdown to HTML. 4 description: A library for converting markdown to HTML.
5 homepage: https://github.com/dart-lang/markdown 5 homepage: https://github.com/dart-lang/markdown
6 environment: 6 environment:
7 sdk: '>=1.8.0 <2.0.0' 7 sdk: '>=1.8.0 <2.0.0'
8 dev_dependencies: 8 dev_dependencies:
9 path: '^1.3.1' 9 path: '^1.3.1'
10 test: '^0.12.4+1' 10 test: '^0.12.4+1'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698