mirror of
https://github.com/seigler/advent-of-code-2020
synced 2025-07-27 00:06:09 +00:00
"Setup template for Current Year (2020)"
This commit is contained in:
parent
170e72f666
commit
eb884ec643
6 changed files with 72 additions and 58 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "advent-of-code-template",
|
||||
"logName": "Advent of Code Template",
|
||||
"name": "advent-of-code-2020",
|
||||
"logName": "Advent of Code 2020",
|
||||
"version": "1.0.0",
|
||||
"description": "Advent of Code Template using Node JS for Current Year.",
|
||||
"description": "Advent of Code 2020 using Node JS for Current Year.",
|
||||
"main": "run.js",
|
||||
"scripts": {
|
||||
"start": "npm run test && node run.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue