Skip to content

Commit

Permalink
Updated version for package release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrich committed Apr 18, 2022
1 parent bbc1002 commit d1b1bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toreda/chk",
"version": "0.2.0",
"version": "0.3.0",
"main": "./dist/index.js",
"repository": "https://github.com/toreda/chk",
"author": "Toreda, Inc.",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ export {matcherEqualToMk} from './matcher/equal/to/mk';
export {MatcherFunc} from './matcher/func';
export {matcherGreaterThanMk} from './matcher/greater/than/mk';
export {matcherLessThanMk} from './matcher/less/than/mk';
export {matcherParamsMk} from './matcher/params/mk';
export {matcherPatternMk} from './matcher/pattern/mk';
export {MatcherPatterns} from './matcher/patterns';
export {matcherPatternsMk} from './matcher/patterns/mk';
export {matcherTypesMk} from './matcher/types/mk';
export {matchesAnyType} from './matches/one/type';
export {matchesType} from './matches/type';
export {NodeAnd} from './node/and';
Expand Down

0 comments on commit d1b1bff

Please sign in to comment.