Explicitly set the name of the package

In order to avoid ambiguities with the package lock process of node, the
name of the package is now set to protoots.
This commit is contained in:
ItsVipra 2023-05-27 19:39:10 +02:00
parent 8eb1a7b832
commit 2eb18e98e6
2 changed files with 2 additions and 1 deletions

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{
"name": "Fedipronouns",
"name": "protoots",
"lockfileVersion": 3,
"requires": true,
"packages": {

View file

@ -1,4 +1,5 @@
{
"name": "protoots",
"scripts": {
"format": "prettier --write --ignore-path .gitignore ."
},