fix package.json

pull/1/head
Avril 4 years ago
parent 87b60a0e9c
commit c24f5fb717
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -7,5 +7,5 @@ const Salt = require('./salt');
//console.log(new Kana(Kana.CRC64, new Salt("hello lolis")).once("hello worldチそぬとね"));
module.exports.Kana = Kana;
module.exports.Salt = Salt;
exports.Kana = Kana;
exports.Salt = Salt;

@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"license": "GPL",
"dependencies": {
"ffi": "^2.3.0",
"ref-struct": "^1.1.0"

Loading…
Cancel
Save