chore: release v0.4.27
Some checks are pending
Release / release (push) Waiting to run

This commit is contained in:
ayo 2026-04-03 15:29:37 +02:00
parent c09181f380
commit b6cad231c3

View file

@ -1,6 +1,6 @@
{ {
"name": "@ayo-run/mnswpr", "name": "@ayo-run/mnswpr",
"version": "0.4.26", "version": "0.4.27",
"description": "Classic Minesweeper browser game", "description": "Classic Minesweeper browser game",
"author": "Ayo", "author": "Ayo",
"type": "module", "type": "module",
@ -8,6 +8,10 @@
"type": "git", "type": "git",
"url": "https://github.com/ayo-run/mnswpr" "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", "main": "mnswpr.js",
"exports": { "exports": {
".": { ".": {