File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
## adventofcode
2
2
3
- Solutions to event puzzles for [ Advent of Code] ( https://adventofcode.com/ ) .
3
+ Solutions for [ Advent of Code] ( https://adventofcode.com/ ) event puzzles .
4
4
5
5
### Requirements
6
6
@@ -39,7 +39,7 @@ Solutions to event puzzles for [Advent of Code](https://adventofcode.com/).
39
39
40
40
### ` npm run dev `
41
41
42
- Runs ` vitest ` in watch mode, watching file changes and errors to files linked with a ` *.test.ts ` file .
42
+ Runs ` vitest ` in watch mode, watching file changes and errors to files linked with ` *.test.ts ` files .
43
43
44
44
### ` npm run dev:debug `
45
45
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " adventofcode" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " Solutions to event puzzles for Advent of Code https://adventofcode.com/" ,
4
+ "description" : " Solutions for Advent of Code https://adventofcode.com/ event puzzles " ,
5
5
"main" : " dist/index.js" ,
6
6
"type" : " module" ,
7
7
"engines" : {
You can’t perform that action at this time.
0 commit comments