adana-format-html
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -24,4 +24,4 @@ /** | ||
const isDist = gulpEnv.includes('dist'); | ||
const isLive = gulpEnv.includes('live'); | ||
const isDist = gulpEnv.indexOf('dist') !== -1; | ||
const isLive = gulpEnv.indexOf('live') !== -1; | ||
@@ -28,0 +28,0 @@ env.needsLivereload = isLive; |
{ | ||
"name": "adana-format-html", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Adana format html", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
113886