Skip to content

Commit

Permalink
linter 5.0 compat (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath authored Oct 2, 2024
1 parent 5e1d1a4 commit 4db3147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/fun_extra.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// A collection of semi-useful non-standard functions for JSONPath.
library fun_extra;
library;

export 'package:json_path/src/fun/extra/index.dart';
export 'package:json_path/src/fun/extra/is_array.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/fun_sdk.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// An SDK for building custom functions for JSONPath.
library fun_sdk;
library;

export 'package:json_path/src/expression/nodes.dart';
export 'package:json_path/src/fun/fun.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/json_path.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// JSONPath for Dart
library json_path;
library;

export 'package:json_path/src/json_path.dart';
export 'package:json_path/src/json_path_match.dart';
Expand Down

0 comments on commit 4db3147

Please sign in to comment.