rtts-assert
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -213,9 +213,4 @@ define([], function() { | ||
assert.structure = structure; | ||
var $__default = assert; | ||
return { | ||
get default() { | ||
return $__default; | ||
}, | ||
__esModule: true | ||
}; | ||
module.exports = assert; | ||
return {}; | ||
}); |
@@ -212,8 +212,2 @@ "use strict"; | ||
assert.structure = structure; | ||
var $__default = assert; | ||
module.exports = { | ||
get default() { | ||
return $__default; | ||
}, | ||
__esModule: true | ||
}; | ||
module.exports = assert; |
@@ -184,2 +184,2 @@ var POSITION_NAME = ['', '1st', '2nd', '3rd']; | ||
assert.structure = structure; | ||
export default assert; | ||
module.exports = assert; |
{ | ||
"name": "rtts-assert", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A type assertion library for Traceur.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/assert.js", |
@@ -327,2 +327,2 @@ // TODO(vojta): | ||
export default assert | ||
module.exports = assert; |
Sorry, the diff of this file is not supported yet
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
43165
1227