dksetup 1.0.40 → 1.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -238,9 +238,6 @@ async function main() {
238
238
 
239
239
  console.log(`Published ${pkg.name}@${pkg.newVersion} successfully.`);
240
240
  }
241
- } finally {
242
- // always remove lockfile
243
- await unlink(resolve(repoRoot, '.dksetup-publish.lock')).catch(() => {});
244
241
  }
245
242
  }
246
243
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dksetup",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "A CLI toolkit for DK-CLI.",
5
5
  "main": "index.js",
6
6
  "bin": {