@ctx-core/object
Advanced tools
Comparing version 6.0.30 to 6.0.31
{ | ||
"name": "@ctx-core/object", | ||
"version": "6.0.30", | ||
"version": "6.0.31", | ||
"description": "ctx-core object", | ||
@@ -33,3 +33,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@ctx-core/function": "^10.3.2", | ||
"@ctx-core/function": "^10.3.3", | ||
"rollup": "^1.20.2", | ||
@@ -39,3 +39,3 @@ "rollup-plugin-typescript2": "^0.23.0", | ||
}, | ||
"gitHead": "ff2bc07cee2130e0afaa138d40cb45599a6b597c" | ||
"gitHead": "b3d241d8495ad5cfc3f2a2decf95ecd01bc45810" | ||
} |
@@ -22,2 +22,4 @@ import typescript_plugin from 'rollup-plugin-typescript2' | ||
}, | ||
include: ['src/lib/index.ts'], | ||
exclude: [], | ||
}, | ||
@@ -24,0 +26,0 @@ })], |
@@ -10,3 +10,4 @@ { | ||
}, | ||
"include": ["./src/lib/index.ts"], | ||
"extends": "../../tsconfig.json" | ||
} |
53993
1912