Skip to content

Commit

Permalink
fix: export plugins (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
lottamus authored Jan 27, 2022
1 parent ca484b5 commit 8a7732d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export * from './getLocationForJsonPath';
export * from './getters';
export * from './parse';
export * from './parseWithPointers';
export * from './plugins/run';
export * from './reader';
export * from './stringify';
export * from './types';

0 comments on commit 8a7732d

Please sign in to comment.