This commit is contained in:
parent
cd5a224a82
commit
f114982a4c
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@ayo-run/mnswpr",
|
"name": "@ayo-run/mnswpr",
|
||||||
"version": "0.4.27",
|
"version": "0.4.28",
|
||||||
"description": "Classic Minesweeper browser game",
|
"description": "Classic Minesweeper browser game",
|
||||||
"author": "Ayo",
|
"author": "Ayo",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
@ -27,7 +27,9 @@
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"./*",
|
"./*",
|
||||||
"./dist"
|
"./dist",
|
||||||
|
"../README.md",
|
||||||
|
"../LICENSE"
|
||||||
],
|
],
|
||||||
"license": "BSD-2-Clause"
|
"license": "BSD-2-Clause"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue