mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 14:35:48 +00:00
Merge branch 'master' of github.com:jedmccaleb/NewCoin
This commit is contained in:
3
src/js/index.js
Normal file
3
src/js/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
exports.Remote = require('./remote').Remote;
|
||||
exports.Amount = require('./amount').Amount;
|
||||
exports.UInt160 = require('./amount').UInt160;
|
||||
@@ -6,7 +6,7 @@ var extend = require("extend");
|
||||
var cfg = {
|
||||
// General settings
|
||||
baseName: pkg.name,
|
||||
programPath: __dirname + "/src/js/remote.js",
|
||||
programPath: __dirname + "/src/js/index.js",
|
||||
|
||||
// CLI-configurable options
|
||||
watch: false,
|
||||
|
||||
Reference in New Issue
Block a user