Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'selsemore-master'
  • Loading branch information
jamescryer committed Sep 22, 2019
2 parents c2b8913 + ad3feeb commit 9dff47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resemble.js
Expand Up @@ -4,7 +4,7 @@ URL: https://github.com/Huddle/Resemble.js
*/

var isNode = new Function(
"return (typeof process !== 'undefined') && (process.release.name === 'node')"
"return (typeof process !== 'undefined') && process.versions && process.versions.node"
); //eslint-disable-line

(function(root, factory) {
Expand Down

0 comments on commit 9dff47a

Please sign in to comment.