File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.4.3
4
+ - increase the SDK dependency range
5
+
3
6
## 0.4.2
4
7
- strong mode fixes
5
8
- remove the use of deprecated constants
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ <h2>Dart CodeMirror Demo</h2>
64
64
65
65
< p id ="footer "> </ p >
66
66
67
- < script type ="application/dart " src ="simple.dart "> </ script >
68
- < script src ="packages/browser/dart.js "> </ script >
67
+ < script src ="simple.dart.js "> </ script >
69
68
</ body >
70
69
</ html >
Original file line number Diff line number Diff line change 3
3
# license that can be found in the LICENSE file.
4
4
5
5
name : codemirror
6
- version : 0.4.2 +5.13.4
6
+ version : 0.4.3 +5.13.4
7
7
description : A Dart wrapper around the CodeMirror text editor.
8
8
author :
Devon Carew <[email protected] >
9
9
homepage : https://github.com/google/codemirror.dart
10
10
environment :
11
- sdk : ' >=2.0.0-dev.67.0 <2 .0.0'
11
+ sdk : ' >=2.0.0-dev.67.0 <3 .0.0'
12
12
dev_dependencies :
13
- browser : any
14
13
grinder : ^0.8.0
15
- test : ^0.12 .0
14
+ test : ^1.0 .0
You can’t perform that action at this time.
0 commit comments