mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-17 17:41:06 +00:00
Merge pull request #295 from ValJed/missing-shebang-in-binary
This commit is contained in:
commit
3ce1b1eb1a
2 changed files with 3 additions and 4 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
const process = require('process');
|
||||
const { PythonShell } = require('python-shell');
|
||||
|
||||
|
|
|
|||
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue