Updated repo name

This commit is contained in:
MoneroOcean
2018-03-25 13:46:56 +02:00
parent 5e4607283e
commit e9e5ba079e
4 changed files with 7 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"targets": [
{
"target_name": "forknote",
"target_name": "cryptoforknote",
"sources": [
"src/main.cc",
"src/cryptonote_core/cryptonote_format_utils.cpp",

View File

@@ -1 +1 @@
module.exports = require('bindings')('forknote.node')
module.exports = require('bindings')('cryptoforknote.node')

View File

@@ -1,5 +1,5 @@
{
"name": "forknote-util",
"name": "cryptoforknote-util",
"version": "0.9.1",
"main": "cryptonote",
"author": {
@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/MoneroOcean/node-forknote-util.git"
"url": "https://github.com/MoneroOcean/node-cryptoforknote-util.git"
},
"dependencies": {
"bindings": "*",
@@ -18,6 +18,7 @@
"cryptonight",
"cryptonote",
"forknote",
"bytecoin"
"bytecoin",
"monero"
]
}

View File

@@ -218,4 +218,4 @@ NAN_MODULE_INIT(init) {
Nan::Set(target, Nan::New("address_decode_integrated").ToLocalChecked(), Nan::GetFunction(Nan::New<FunctionTemplate>(address_decode_integrated)).ToLocalChecked());
}
NODE_MODULE(forknote, init)
NODE_MODULE(cryptoforknote, init)