renamed repository

main
Inga 🏳‍🌈 2 days ago
parent 709e573b99
commit 3c4d35544b
  1. 3
      package.json

@ -1,5 +1,5 @@
{ {
"name": "test-assignment-tictactoe", "name": "sample-tictactoe",
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"build": "npm run build:clean && npm run build:only && npm run build:static", "build": "npm run build:clean && npm run build:only && npm run build:static",
@ -14,6 +14,7 @@
"typecheck": "tsc --project tsconfig.json" "typecheck": "tsc --project tsconfig.json"
}, },
"author": "Inga", "author": "Inga",
"homepage": "https://oomza.cutegay.software/inga-lovinde/sample-tictactoe",
"license": "CNPLv7", "license": "CNPLv7",
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {

Loading…
Cancel
Save