Fix project name in package.json
This commit is contained in:
parent
8182df079f
commit
d189fc60b9
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "eepyboard",
|
||||
"author": "binaryDiv <eepyboard@binarydiv.dev>",
|
||||
"description": "Dependencies to generate files for the eepyBoard (not an actual node project).",
|
||||
"name": "eepypad",
|
||||
"author": "binaryDiv <keyboards@binarydiv.dev>",
|
||||
"description": "Dependencies to generate files for the eepyPad (not an actual node project).",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"ergogen": "ergogen -o ergogen/output ergogen"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue