Skip to content

Commit

Permalink
use scoped fork until things blow over
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed May 9, 2015
1 parent bf5dd42 commit 2171d09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
var inherits = require('inherits')
var EventEmitter = require('events').EventEmitter
var raf = require('raf')
var now = require('right-now')

//see raf #26
//https://github.com/chrisdickinson/raf/issues/26
var raf = require('@mattdesl/raf')

module.exports = Engine
function Engine(fn) {
if (!(this instanceof Engine))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"url": "https://github.com/mattdesl"
},
"dependencies": {
"@mattdesl/raf": "^3.0.0",
"events": "^1.0.2",
"inherits": "^2.0.1",
"raf": "^2.0.4",
"right-now": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 2171d09

Please sign in to comment.