zip-to-timezone
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -12,2 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ZipToTz = void 0; | ||
const fs = require('fs'); | ||
@@ -14,0 +15,0 @@ const yaml = require('js-yaml'); |
{ | ||
"name": "zip-to-timezone", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\"" | ||
"test": "echo \"Error: no test specified\"", | ||
"publish": "VERSION=`npm show $npm_package_name version`; [[ $VERSION == $npm_package_version ]] || echo 'ERROR: In your local you have a diferent version. Try to make a pull or talk with your team workers.' ; [[ $VERSION == $npm_package_version ]] && npm version patch && npm publish" | ||
}, | ||
@@ -9,0 +10,0 @@ "author": "Pedro Monier", |
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
91
0
3
1643549
8