Comparing version 1.2.2 to 1.3.0
@@ -15,3 +15,3 @@ #!/usr/bin/env node | ||
let successGlobalFilesCount = 0; | ||
const outputDir = path.resolve(__dirname, distFolder); | ||
const outputDir = path.resolve(__dirname, '../../', distFolder); | ||
compileFolderRecursively(outputDir); | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "gzipper", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "Simple gzip script for your files.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# gzipper | ||
Simple CLI for gzipping your js files. | ||
## **PLEASE UPDATE TO v1.3.0** | ||
## How to use: | ||
@@ -31,3 +33,3 @@ ### Install globally the package. | ||
"scripts": { | ||
"build": "ng build && gzipper './dist'" | ||
"build": "ng build && gzipper ./dist" | ||
} | ||
@@ -34,0 +36,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50
39642