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": [ "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",

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", "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"
] ]
} }

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()); 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)