This commit is contained in:
parent
c09181f380
commit
b6cad231c3
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ayo-run/mnswpr",
|
||||
"version": "0.4.26",
|
||||
"version": "0.4.27",
|
||||
"description": "Classic Minesweeper browser game",
|
||||
"author": "Ayo",
|
||||
"type": "module",
|
||||
|
|
@ -8,6 +8,10 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/ayo-run/mnswpr"
|
||||
},
|
||||
"scripts": {
|
||||
"release": "bumpp && node ../scripts/release.js && npm publish",
|
||||
"build:release": "npm run build:lib && npm run release"
|
||||
},
|
||||
"main": "mnswpr.js",
|
||||
"exports": {
|
||||
".": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue