distributed-lock-manager
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "distributed-lock-manager", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "The DLM maintains a list of system resources and provides locking mechanisms to control allocation and modification of resources.", | ||
"main": "gulpfile.js", | ||
"scripts": { | ||
@@ -23,3 +22,2 @@ "build": "gulp build & tsc", | ||
"homepage": "https://github.com/barend-erasmus/distributed-lock-manager#readme", | ||
"readme": "README.md", | ||
"devDependencies": { | ||
@@ -26,0 +24,0 @@ "@types/node": "^9.6.0", |
47645