Skip to content

Commit 4db3147

Browse files
authored
linter 5.0 compat (#117)
1 parent 5e1d1a4 commit 4db3147

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/fun_extra.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// A collection of semi-useful non-standard functions for JSONPath.
2-
library fun_extra;
2+
library;
33

44
export 'package:json_path/src/fun/extra/index.dart';
55
export 'package:json_path/src/fun/extra/is_array.dart';

lib/fun_sdk.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// An SDK for building custom functions for JSONPath.
2-
library fun_sdk;
2+
library;
33

44
export 'package:json_path/src/expression/nodes.dart';
55
export 'package:json_path/src/fun/fun.dart';

lib/json_path.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// JSONPath for Dart
2-
library json_path;
2+
library;
33

44
export 'package:json_path/src/json_path.dart';
55
export 'package:json_path/src/json_path_match.dart';

0 commit comments

Comments
 (0)