Updated repo name
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
"target_name": "forknote",
|
"target_name": "cryptoforknote",
|
||||||
"sources": [
|
"sources": [
|
||||||
"src/main.cc",
|
"src/main.cc",
|
||||||
"src/cryptonote_core/cryptonote_format_utils.cpp",
|
"src/cryptonote_core/cryptonote_format_utils.cpp",
|
||||||
|
|||||||
2
index.js
2
index.js
@@ -1 +1 @@
|
|||||||
module.exports = require('bindings')('forknote.node')
|
module.exports = require('bindings')('cryptoforknote.node')
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "forknote-util",
|
"name": "cryptoforknote-util",
|
||||||
"version": "0.9.1",
|
"version": "0.9.1",
|
||||||
"main": "cryptonote",
|
"main": "cryptonote",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/MoneroOcean/node-forknote-util.git"
|
"url": "https://github.com/MoneroOcean/node-cryptoforknote-util.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bindings": "*",
|
"bindings": "*",
|
||||||
@@ -18,6 +18,7 @@
|
|||||||
"cryptonight",
|
"cryptonight",
|
||||||
"cryptonote",
|
"cryptonote",
|
||||||
"forknote",
|
"forknote",
|
||||||
"bytecoin"
|
"bytecoin",
|
||||||
|
"monero"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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());
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user