Comparing version 0.0.46 to 0.0.47
@@ -9,2 +9,1 @@ /** | ||
module.exports=require('./src') | ||
exports.SafeObject=require('./src') |
@@ -6,3 +6,2 @@ 'use strict'; | ||
}); | ||
exports.SafeObject = undefined; | ||
@@ -9,0 +8,0 @@ var _proxy = require('./proxy'); |
{ | ||
"name": "cqsmart", | ||
"version": "0.0.46", | ||
"version": "0.0.47", | ||
"description": "Smart Building Components", | ||
@@ -5,0 +5,0 @@ "authors": [ |
/** | ||
* Created by Tears on 2017/8/31. | ||
*/ | ||
import {SafeObject} from './proxy' | ||
export {default as SafeObject} from './proxy' |
Sorry, the diff of this file is not supported yet
4275
57