@asins/deep-clone
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -50,2 +50,2 @@ /** | ||
export default clone; | ||
export { clone as default }; |
{ | ||
"name": "@asins/deep-clone", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "对象深度拷贝", | ||
"main": "dist/index.cjs.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
@@ -7,0 +7,0 @@ "typings": "src/index.d.ts", |
@@ -37,2 +37,3 @@ import typescript from 'rollup-plugin-typescript2'; | ||
output: [ | ||
{ file: './dist/index.js', format: 'umd', name: 'deepClone' }, | ||
{ file: './dist/index.cjs.js', format: 'cjs', exports: 'auto' }, | ||
@@ -39,0 +40,0 @@ { file: './dist/index.esm.js', format: 'es' }, |
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
6927
6
197