Comparing version 0.9.0 to 0.9.2
{ | ||
"name": "luvi", | ||
"description": "dev server with nifty extras and simple, easy config and api.", | ||
"version": "0.9.0", | ||
"version": "0.9.2", | ||
"author": "Zac Anger <zac@zacanger.com> (http://zacanger.com)", | ||
"license": "WTFPL", | ||
"main": "src/index.js", | ||
@@ -13,2 +14,3 @@ "preferGlobal": true, | ||
}, | ||
"homepage": "https://github.com/zacanger/luvi#readme", | ||
"repository": { | ||
@@ -18,7 +20,5 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/zacanger/luvi#readme", | ||
"bugs": { | ||
"url": "https://github.com/zacanger/luvi/issues" | ||
}, | ||
"license": "WTFPL", | ||
"keywords": [ | ||
@@ -40,1 +40,2 @@ "development", | ||
} | ||
@@ -10,3 +10,3 @@ 'use strict' | ||
, each = require('./util/each') | ||
, beacon = require('./util/beacon') | ||
, findPort = require('./util/findPort') | ||
, notFound = require('./util/notFound') | ||
@@ -35,3 +35,3 @@ | ||
beacon(config.port, (err, port) => { | ||
findPort(config.port, (err, port) => { | ||
if(err){ | ||
@@ -47,1 +47,2 @@ throw err | ||
module.exports = luvi | ||
Sorry, the diff of this file is not supported yet
12120