Skip to content

Commit

Permalink
#117 fix goal export (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimKam authored Feb 12, 2021
1 parent b99c12e commit a6defbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/js-son.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const JSson = {
Belief: require('./agent/Belief'),
Desire: require('./agent/Desire'),
Intentions: require('./agent/Intentions'),
Goal: require('./agent/Goal'),
Plan: require('./agent/Plan'),
Agent: require('./agent/Agent'),
RemoteAgent: require('./agent/RemoteAgent'),
Expand Down

0 comments on commit a6defbf

Please sign in to comment.