Switch back to mklabs/tiny-lr

This commit is contained in:
Clayton Watts 2014-10-07 16:05:04 -06:00
parent 4a198e768e
commit 4b1801be53
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