Comparing version 5.0.1 to 5.0.2
@@ -1,1 +0,5 @@ | ||
module.exports = require('pelo') | ||
if (typeof window !== 'undefined') { | ||
module.exports = require('./browser') | ||
} else { | ||
module.exports = require('pelo') | ||
} |
{ | ||
"name": "bel", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "A simple extension to native elements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22315
486