Specify the name & version in the package manifest
This commit is contained in:
parent
1b983cb54d
commit
075562c656
2 changed files with 6 additions and 1 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
|
@ -1,9 +1,12 @@
|
|||
{
|
||||
"name": "foundry-module-scripts",
|
||||
"name": "scripts",
|
||||
"version": "1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scripts",
|
||||
"version": "1.0",
|
||||
"devDependencies": {
|
||||
"@foundryvtt/foundryvtt-cli": "^3.0.2",
|
||||
"axios": "^1.13.2",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"name": "scripts",
|
||||
"version": "1.0",
|
||||
"devDependencies": {
|
||||
"@foundryvtt/foundryvtt-cli": "^3.0.2",
|
||||
"axios": "^1.13.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue