Skip to content

Commit c0d416f

Browse files
authored
upgrade sdk deps (#79)
1 parent 77a62d8 commit c0d416f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.4.3
4+
- increase the SDK dependency range
5+
36
## 0.4.2
47
- strong mode fixes
58
- remove the use of deprecated constants

example/simple.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ <h2>Dart CodeMirror Demo</h2>
6464

6565
<p id="footer"></p>
6666

67-
<script type="application/dart" src="simple.dart"></script>
68-
<script src="packages/browser/dart.js"></script>
67+
<script src="simple.dart.js"></script>
6968
</body>
7069
</html>

pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
# license that can be found in the LICENSE file.
44

55
name: codemirror
6-
version: 0.4.2+5.13.4
6+
version: 0.4.3+5.13.4
77
description: A Dart wrapper around the CodeMirror text editor.
88
author: Devon Carew <[email protected]>
99
homepage: https://github.com/google/codemirror.dart
1010
environment:
11-
sdk: '>=2.0.0-dev.67.0 <2.0.0'
11+
sdk: '>=2.0.0-dev.67.0 <3.0.0'
1212
dev_dependencies:
13-
browser: any
1413
grinder: ^0.8.0
15-
test: ^0.12.0
14+
test: ^1.0.0

0 commit comments

Comments
 (0)