Skip to content

Commit

Permalink
fix: make script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Schleemann committed Jul 4, 2023
1 parent a37b9c6 commit 04eea59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/linting.mjs
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { dirname, resolve } from "node:path";
import { readFile, writeFile } from "node:fs/promises";
import { pkgUp } from "pkg-up";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atmina/linting",
"version": "1.0.0",
"version": "1.0.1",
"description": "A collection of opinionated in-house linting rules.",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 04eea59

Please sign in to comment.