Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Nov 1, 2024
1 parent ed923aa commit b7964f8
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": "genetic-search",
"version": "0.1.1",
"version": "0.1.2",
"description": "Genetic algorithm implementation library",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import type {
RunnerStrategyConfig,
MultiprocessingRunnerStrategyConfig,
StrategyConfig,
GeneticFitConfig,
GeneticSearchReferenceConfig,
PopulateStrategyInterface,
MutationStrategyInterface,
Expand Down Expand Up @@ -51,6 +52,7 @@ export type {
RunnerStrategyConfig,
MultiprocessingRunnerStrategyConfig,
StrategyConfig,
GeneticFitConfig,
GeneticSearchReferenceConfig,
PopulateStrategyInterface,
MutationStrategyInterface,
Expand Down

0 comments on commit b7964f8

Please sign in to comment.