Skip to content

Commit

Permalink
Merge branch 'feature/escape-pins-chat' of https://github.com/Voiture…
Browse files Browse the repository at this point in the history
…-0/chat-gui into feature/escape-pins-chat
  • Loading branch information
Voiture-0 committed Nov 7, 2024
2 parents 43f585e + 7542e96 commit bf62375
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 1 deletion.
96 changes: 96 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"glue": "node scripts/glue.js",
"start": "webpack serve --mode=development",
"test": "jest",
"prepare": "cp .githooks/* .git/hooks/",
"prepare": "shx cp .githooks/* .git/hooks/",
"lint": "eslint --fix --max-warnings=0 . && prettier -cwu ."
},
"repository": {
Expand Down Expand Up @@ -63,6 +63,7 @@
"postcss-loader": "^8.1.1",
"prettier": "^3.0.3",
"sass": "^1.34.0",
"shx": "^0.3.4",
"spritesmith": "~3.5.1",
"style-loader": "^4.0.0",
"webpack": "^5.75.0",
Expand Down

0 comments on commit bf62375

Please sign in to comment.