diff --git a/package.json b/package.json index d1b5236..c3eab10 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "whiteflag-whl", - "version": "0.1.0-dev", - "description": "Utility to send Whiteflag protective signs for cultural heritage sites listed on the World Heritage List", + "version": "0.1.0", + "description": "Utility to create and send Whiteflag protective signs for cultural heritage sites listed on the World Heritage List", "keywords": [ "whiteflag", "cultural heritage", @@ -9,8 +9,7 @@ ], "license": "CC0-1.0", "dependencies": { - "arg": "^4.1.1", - "inquirer": "^7.0.0", + "yargs": "^14.2.0", "xml2js": "^0.4.22" }, "devDependencies": {