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",
|
||||
"version": "0.4.27",
|
||||
"version": "0.4.28",
|
||||
"description": "Classic Minesweeper browser game",
|
||||
"author": "Ayo",
|
||||
"type": "module",
|
||||
|
|
@ -27,7 +27,9 @@
|
|||
},
|
||||
"files": [
|
||||
"./*",
|
||||
"./dist"
|
||||
"./dist",
|
||||
"../README.md",
|
||||
"../LICENSE"
|
||||
],
|
||||
"license": "BSD-2-Clause"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue