Merge pull request #381 from cletusw/unforkTinyLr

Switch back to mklabs/tiny-lr
This commit is contained in:
Kyle Robinson Young 2014-10-07 15:24:00 -07:00
commit f52e5ec726
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
},
"dependencies": {
"gaze": "~0.5.1",
"tiny-lr-fork": "0.0.5",
"tiny-lr": "~0.1.4",
"lodash": "~2.4.1",
"async": "~0.9.0"
},

View File

@ -8,7 +8,7 @@
'use strict';
var tinylr = require('tiny-lr-fork');
var tinylr = require('tiny-lr');
var _ = require('lodash');
// Holds the servers out of scope in case watch is reloaded