Work in progress: switch to Phantomas v2

This commit is contained in:
Gaël Métais
2019-03-14 03:27:37 +01:00
parent 5e82eea9f1
commit 517206364a
14 changed files with 248 additions and 319 deletions
+3 -2
View File
@@ -16,7 +16,7 @@
"yellowlabtools": "./bin/cli.js"
},
"engines": {
"node": ">= 6.0"
"node": ">= 8.0"
},
"main": "./lib/index.js",
"dependencies": {
@@ -54,6 +54,7 @@
"is-png": "1.1.0",
"is-svg": "3.0.0",
"is-ttf": "0.2.2",
"is-webp": "1.0.1",
"is-woff": "1.0.3",
"is-woff2": "1.0.0",
"jimp": "0.6.0",
@@ -61,7 +62,7 @@
"meow": "5.0.0",
"minimize": "2.2.0",
"parse-color": "1.0.0",
"phantomas": "1.19.0",
"phantomas": "git://github.com/macbre/phantomas.git#phantomas-v2",
"ps-node": "0.1.6",
"q": "1.5.1",
"request": "2.88.0",