Skip to content

Commit 9e216e0

Browse files
authored
add back dart:io import to pubspec.dart (#1711)
1 parent 5baaae8 commit 9e216e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/pubspec.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
import 'dart:io';
6+
57
import 'package:collection/collection.dart';
68
import 'package:path/path.dart' as path;
79
import 'package:pub_semver/pub_semver.dart';

0 commit comments

Comments
 (0)