mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2024-11-22 03:40:27 +00:00
expose version
This commit is contained in:
parent
0116acfb60
commit
9113faa999
2
index.js
2
index.js
@ -1,4 +1,6 @@
|
|||||||
var Fs = require("fs"),
|
var Fs = require("fs"),
|
||||||
|
Package = require("./package.json"),
|
||||||
|
version = module.exports.version = Package.version,
|
||||||
Path = require("path"),
|
Path = require("path"),
|
||||||
DIRNAME = __dirname,
|
DIRNAME = __dirname,
|
||||||
read = function (p) {
|
read = function (p) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hyperboria-peers",
|
"name": "hyperboria-peers",
|
||||||
"version": "1.0.11",
|
"version": "1.0.12",
|
||||||
"description": "A geographically sorted list of public peering credentials for joining Hyperboria",
|
"description": "A geographically sorted list of public peering credentials for joining Hyperboria",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user