pkg: add pkg.js.
This commit is contained in:
parent
dae6917c00
commit
02f43304b4
21
lib/pkg.js
Normal file
21
lib/pkg.js
Normal file
@ -0,0 +1,21 @@
|
||||
/*!
|
||||
* pkg.js - package constants
|
||||
* Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).
|
||||
* https://github.com/bcoin-org/bcoin
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* Current version string.
|
||||
* @const {String}
|
||||
*/
|
||||
|
||||
exports.version = 'v1.0.0-beta.6';
|
||||
|
||||
/**
|
||||
* Repository URL.
|
||||
* @const {String}
|
||||
*/
|
||||
|
||||
exports.url = 'https://github.com/bcoin-org/bcoin';
|
||||
Loading…
Reference in New Issue
Block a user