Skip to content

Commit b1fdc20

Browse files
authored
Release stable null-safe version (#9)
1 parent e9cc9a4 commit b1fdc20

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
analyzer:
2-
strong-mode: true
32
errors:
43
missing_js_lib_annotation: ignore
54

pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: cli_repl
22
description: A simple library for creating CLI REPLs
3-
version: 0.2.1-nullsafety
3+
version: 0.2.1
44
homepage: https://github.com/jathak/cli_repl
55
author: Jen Thakar <[email protected]>
66

77
dependencies:
8-
async: ^2.5.0-nullsafety
9-
js: ^0.6.3-nullsafety
8+
async: ^2.5.0
9+
js: ^0.6.3
1010

1111
dev_dependencies:
12-
grinder: ^0.8.1
13-
node_preamble: ^1.4.0
14-
test: ^1.16.0-nullsafety
15-
test_process: ^1.0.1
12+
grinder: ^0.9.0-nullsafety.0
13+
node_preamble: ^2.0.0
14+
test: ^1.16.5
15+
test_process: ^2.0.0
1616

1717
environment:
18-
sdk: '>=2.12.0-0 <3.0.0'
18+
sdk: '>=2.12.0 <3.0.0'

test/repl_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @dart=2.9
21
import 'dart:io';
32

43
import 'package:test/test.dart';

tool/grind.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @dart=2.9
21
import 'dart:io';
32

43
import 'package:grinder/grinder.dart';

0 commit comments

Comments
 (0)