From c3a2a2cf336d79eb0c11b8993a440e49968d3979 Mon Sep 17 00:00:00 2001 From: ts5746 Date: Sun, 27 Oct 2019 12:58:35 +0100 Subject: [PATCH] Version 0.1.0 --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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": {