Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
uellenberg committed Nov 20, 2021
1 parent c9779c2 commit 81c6099
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/uellenberg/LogiMat.git"
"url": "https://github.com/uellenberg/Graphgame.git"
},
"author": "Jonah Uellenberg",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/uellenberg/LogiMat/issues"
"url": "https://github.com/uellenberg/Graphgame/issues"
},
"homepage": "https://github.com/uellenberg/LogiMat",
"homepage": "https://github.com/uellenberg/Graphgame",
"engines": {
"node": ">=0.16"
},
Expand All @@ -26,7 +26,7 @@
"LICENSE"
],
"dependencies": {
"logimat": "^1.0.10"
"logimat": "^1.0.12"
},
"devDependencies": {
"typescript": "^4.4.4"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ javascript-natural-sort@^0.7.1:
resolved "https://registry.yarnpkg.com/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz#f9e2303d4507f6d74355a73664d1440fb5a0ef59"
integrity sha1-+eIwPUUH9tdDVac2ZNFED7Wg71k=

logimat@^1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/logimat/-/logimat-1.0.10.tgz#d4641ff6ea997be436ab8ee3770c4548cd6d8a72"
integrity sha512-haHnkhVc1xq8FiwQjR7akGPmJX41EiM7SPUsHRw07s+/9b2V6q6V9YUqvaAtlnHx4GdIqEwzWL5drkz1Jo40Cw==
logimat@^1.0.12:
version "1.0.12"
resolved "https://registry.yarnpkg.com/logimat/-/logimat-1.0.12.tgz#e33947ab6373695c825ff9a9a0d0344c077bfa5f"
integrity sha512-SEvqfmLSxLitUCsGNmvkdz2PZ0jD3go4k7MxPJ9c1jpt4ttLbCpQGvHYytOz0NvBQUKvRr7mXS+3w01FQHTtYQ==
dependencies:
mathjs "^9.4.4"
ohm-js "^15.5.0"
Expand Down

0 comments on commit 81c6099

Please sign in to comment.