Skip to content

Commit

Permalink
Redeploying to see if this corrects things
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Dec 24, 2023
1 parent 66b3297 commit da190a3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 8 deletions.
35 changes: 29 additions & 6 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstractplay/gameslib",
"version": "1.0.0-beta",
"version": "1.0.1",
"description": "TypeScript implementations of the core Abstract Play games, intended to be wrapped by the front- and backends",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -53,8 +53,9 @@
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@abstractplay/gameslib": "^1.0.0-ci-7314640050.0",
"@abstractplay/recranks": "latest",
"@abstractplay/renderer": "latest",
"@abstractplay/renderer": "^1.0.0-ci-7310143021.0",
"@turf/boolean-intersects": "^6.5.0",
"@turf/helpers": "^6.5.0",
"graphology": "^0.25.1",
Expand Down

0 comments on commit da190a3

Please sign in to comment.