mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2024-11-21 21:50:28 +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"),
|
||||
Package = require("./package.json"),
|
||||
version = module.exports.version = Package.version,
|
||||
Path = require("path"),
|
||||
DIRNAME = __dirname,
|
||||
read = function (p) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hyperboria-peers",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.12",
|
||||
"description": "A geographically sorted list of public peering credentials for joining Hyperboria",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user