Comparing version 0.0.1 to 0.0.2
/** | ||
* Created by Tears on 2017/8/31. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default=require('./lib') | ||
var SafeObject = require('./lib') | ||
exports.SafeObject=SafeObject |
@@ -9,7 +9,5 @@ 'use strict'; | ||
exports.default = { | ||
SafeObject: _proxy.SafeObject | ||
}; /** | ||
* Created by Tears on 2017/8/31. | ||
*/ | ||
exports.default = _proxy.SafeObject; /** | ||
* Created by Tears on 2017/8/31. | ||
*/ | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "cqsmart", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Smart Building Components", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -6,5 +6,2 @@ /** | ||
export default { | ||
SafeObject, | ||
} | ||
export default SafeObject |
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
4160
51