mirror of
https://gitlab.com/jusax23/ilmk.git
synced 2024-11-22 14:46:34 +01:00
little change
This commit is contained in:
parent
1f7a7c1c99
commit
294f96e3ec
1 changed files with 4 additions and 1 deletions
|
@ -2,11 +2,14 @@
|
||||||
"name": "ilmk",
|
"name": "ilmk",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "I Lost My Keys.\r Crypto Module for WebJS and NodeJS.",
|
"description": "I Lost My Keys.\r Crypto Module for WebJS and NodeJS.",
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"config.js"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://gitlab.com/jusax23/ilmk.git"
|
"url": "git+https://gitlab.com/jusax23/ilmk.git"
|
||||||
|
|
Loading…
Reference in a new issue