rtts-assert
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -213,4 +213,9 @@ define([], function() { | ||
assert.structure = structure; | ||
module.exports = assert; | ||
return {}; | ||
; | ||
return { | ||
get assert() { | ||
return assert; | ||
}, | ||
__esModule: true | ||
}; | ||
}); |
@@ -212,2 +212,8 @@ "use strict"; | ||
assert.structure = structure; | ||
module.exports = assert; | ||
; | ||
module.exports = { | ||
get assert() { | ||
return assert; | ||
}, | ||
__esModule: true | ||
}; |
@@ -184,2 +184,2 @@ var POSITION_NAME = ['', '1st', '2nd', '3rd']; | ||
assert.structure = structure; | ||
module.exports = assert; | ||
export {assert}; |
{ | ||
"name": "rtts-assert", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A type assertion library for Traceur.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/assert.js", |
@@ -327,2 +327,2 @@ // TODO(vojta): | ||
module.exports = assert; | ||
export {assert} |
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
43255
1238