From 693fce1bb1ab97f6256a26feaa83f793d5c8004e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 10 Nov 2020 15:00:02 +0100 Subject: [PATCH] Flag as alpha version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c562173..4cd0bb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yellowlabtools", - "version": "1.13.3", + "version": "2.0.0-alpha", "description": "Online tool to audit a webpage for performance and front-end quality issues", "license": "GPL-2.0", "author": { @@ -62,7 +62,7 @@ "meow": "5.0.0", "minimize": "2.2.0", "parse-color": "1.0.0", - "phantomas": "git://github.com/macbre/phantomas.git#devel", + "phantomas": "2.0.0", "ps-node": "0.1.6", "q": "1.5.1", "request": "2.88.0",