mirror of
https://gitlab.com/jusax23/ilmk.git
synced 2024-11-21 22:26:41 +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",
|
||||
"version": "1.0.0",
|
||||
"description": "I Lost My Keys.\r Crypto Module for WebJS and NodeJS.",
|
||||
"main": "config.js",
|
||||
"main": "crypto.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"files": [
|
||||
"config.js"
|
||||
"crypto.js"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue