Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pub/lints-5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath authored Oct 2, 2024
2 parents afc53f7 + 4db3147 commit 69c263d
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 69c263d

Please sign in to comment.