chore: add package info
This commit is contained in:
parent
d03f218d42
commit
1deb172cb1
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
"name": "mnswpr",
|
||||
"version": "1.0.0",
|
||||
"name": "@ayco/mnswpr",
|
||||
"version": "0.3.12",
|
||||
"description": "Classic Minesweeper browser game",
|
||||
"author": "Ayo Ayco",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ayoayco/mnswpr"
|
||||
},
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
|
Loading…
Reference in a new issue