mirror of
https://gitlab.com/jusax23/fmi.git
synced 2024-11-24 15:46:32 +01:00
little test
This commit is contained in:
parent
1b03272a77
commit
21c0842433
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "fmi",
|
"name": "fmi",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Find my Informations.\r A very simple Config File System!!!",
|
"description": "Find my Informations.\r A very simple Config File System!!!",
|
||||||
"main": "main.js",
|
"main": "config.js",
|
||||||
"type":"module",
|
"type":"module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
@ -11,6 +11,9 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://gitlab.com/jusax23/fmi.git"
|
"url": "git+https://gitlab.com/jusax23/fmi.git"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"config.js"
|
||||||
|
],
|
||||||
"author": "jusax23",
|
"author": "jusax23",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
Loading…
Reference in a new issue