Merge pull request #295 from ValJed/missing-shebang-in-binary

This commit is contained in:
sur.la.route 2022-07-22 09:31:32 -05:00 committed by GitHub
commit 3ce1b1eb1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env node
const process = require('process');
const { PythonShell } = require('python-shell');

View file

@ -9,16 +9,13 @@
":npm",
"npm:unpublishSafe"
],
"ignoreDeps": ["@fortawesome/fontawesome-free"],
"assignees": [
"christopherpickering"
],
"bumpVersion": "patch",
"commitMessagePrefix": "chore(deps)",
"labels": [
"maintenance",
"renovate"
],
"baseBranches": ["dev"],
"packageRules": [
{
"matchUpdateTypes": ["pin","digest"],