easy-github-updater
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -205,2 +205,8 @@ "use strict"; | ||
if (keep === void 0) { keep = []; } | ||
keep = keep.concat(keep, [ | ||
"/node_modules/*", | ||
"/jspm_packages/*", | ||
"/.git/*", | ||
"/.yarn-integrity" | ||
]); | ||
// COLLECT BEFORE FILE LISTS | ||
@@ -207,0 +213,0 @@ var fieldName = "_updatedata_" + branch; |
{ | ||
"name": "easy-github-updater", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "π Github auto-updater of built available into node project.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -218,2 +218,9 @@ import Event from 'events' | ||
keep = keep.concat(keep, [ | ||
`/node_modules/*`, | ||
`/jspm_packages/*`, | ||
`/.git/*`, | ||
`/.yarn-integrity` | ||
]) | ||
// COLLECT BEFORE FILE LISTS | ||
@@ -220,0 +227,0 @@ let fieldName = `_updatedata_${branch}` |
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
74886
1534