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",
|
"name": "@ayco/mnswpr",
|
||||||
"version": "1.0.0",
|
"version": "0.3.12",
|
||||||
"description": "Classic Minesweeper browser game",
|
"description": "Classic Minesweeper browser game",
|
||||||
"author": "Ayo Ayco",
|
"author": "Ayo Ayco",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/ayoayco/mnswpr"
|
||||||
|
},
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
|
Loading…
Reference in a new issue