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",
|
"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": {
|
||||||
".": {
|
".": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue