From 954d3b864cfe4b926097cfff04fa80b6b14ffb2b Mon Sep 17 00:00:00 2001 From: Ken Soh Date: Wed, 16 Dec 2020 10:42:13 +0800 Subject: [PATCH] deprecate distribution thru npm until TagUI v5, for convenience there is a tagui npm package to let npm users easily install. However, that might not work on some Linux which does not come with PHP (eg Ubuntu). This can make it very confusing for users who install thru npm and can't use TagUI directly --- package.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index 91bb204d..00000000 --- a/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "tagui", - "version": "6.0.0", - "description": "Command-line tool for digital process automation (RPA)", - "keywords": [ - "tagui" - ], - "bin": "./src/tagui", - "license": "Apache-2.0", - "author": "AI Singapore", - "homepage": "https://github.com/kelaberetiv/TagUI", - "repository": { - "type": "git", - "url": "git+https://github.com/kelaberetiv/TagUI.git" - }, - "bugs": { - "url": "https://github.com/kelaberetiv/TagUI/issues" - }, - "dependencies": { - "phantomjs-prebuilt": "^2.1.16", - "casperjs": "^1.1.4", - "slimerjs": "^1.0.0" - } -}