mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-10 14:14:19 +00:00
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:
parent
8eb1a7b832
commit
2eb18e98e6
2 changed files with 2 additions and 1 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Fedipronouns",
|
||||
"name": "protoots",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"name": "protoots",
|
||||
"scripts": {
|
||||
"format": "prettier --write --ignore-path .gitignore ."
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue