Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix: extra shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
masone committed Jan 12, 2022
1 parent 1bd47df commit 47a7a6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion bin/next-page-bundlesize.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env node
'use strict'

// eslint-disable-next-line import/no-internal-modules
const run = require("../pkg/cjs").default
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import { parse } from "yargs"
import path from "path"
import fs from "fs"
Expand Down

0 comments on commit 47a7a6d

Please sign in to comment.