Skip to content

Commit fba81cb

Browse files
committed
package clean up
1 parent e58b2b2 commit fba81cb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

lib/src/diff.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ Diff3DigResult diff3_dig(String ours, String base, String theirs) {
684684
lines.add(">>>>>>>>>");
685685
}
686686
}
687-
688687
} else {
689688
throw new StateError("item type is not expected: ${item.runtimeType}");
690689
}

pubspec.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
name: diff
2-
description: A sample command-line application
2+
version: 0.0.1
3+
authors:
4+
- Adam Singer <financeCoding@gmail.com>
5+
description: A diff library
6+
homepage: https://github.com/dart-gde/diff
7+
environment:
8+
sdk: '>=1.0.0 <2.0.0'
39
dev_dependencies:
4-
unittest: any
10+
unittest: ">=0.11.0 <0.12.0"

0 commit comments

Comments
 (0)