5
0
mirror of https://github.com/cwinfo/hyperboria-peers.git synced 2024-09-19 16:09:35 +00:00

expose version

This commit is contained in:
ansuz 2016-10-25 07:58:05 +02:00
parent 0116acfb60
commit 9113faa999
2 changed files with 3 additions and 1 deletions

View File

@ -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) {

View File

@ -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": {