Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "primus", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Primus is a simple abstraction around real-time frameworks. It allows you to easily switch between different frameworks without any code changes.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,3 +21,3 @@ 'use strict'; | ||
// | ||
if ('function' !== typeof Manager) { | ||
if ('function' !== typeof Engine) { | ||
throw new PrimusError([ | ||
@@ -24,0 +24,0 @@ '', |
443392