mirror of
https://gitlab.com/jusax23/ilmk.git
synced 2024-11-22 14:46:34 +01:00
bug fix
This commit is contained in:
parent
294f96e3ec
commit
50d63a86df
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
"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": "config.js",
|
"main": "crypto.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"config.js"
|
"crypto.js"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue