Skip to content

Commit

Permalink
Merge pull request #17 from sahilsinghrana/feat/cpuPlayer
Browse files Browse the repository at this point in the history
feat: cpu player
  • Loading branch information
sahilsinghrana authored May 10, 2024
2 parents 3562a1e + 8522e88 commit 04f446c
Show file tree
Hide file tree
Showing 9 changed files with 1,055 additions and 51 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/sahilsinghrana/tictactoe.js.git"
},
"version": "0.1.1",
"version": "1.0.0-beta",
"description": "Tic Tac toe",
"homepage": "https://github.com/sahilsinghrana/tictactoe.js",
"main": "./dist/index.js",
Expand All @@ -20,7 +20,8 @@
"scripts": {
"doc": "typedoc",
"dev": "tsup --watch",
"build": "tsup"
"build": "tsup",
"test": "vitest"
},
"files": [
"/dist"
Expand All @@ -41,6 +42,7 @@
"terser": "^5.30.2",
"tsup": "^8.0.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
"typescript": "^5.4.3",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 04f446c

Please sign in to comment.