Skip to content

Commit

Permalink
Anotha one
Browse files Browse the repository at this point in the history
  • Loading branch information
asportnoy committed Oct 19, 2023
1 parent 2f546ec commit a4496c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bin/index.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env node
#!/usr/bin / env node

// WARNING: any imported files need to be added to files in package.json

import asar from "@electron/asar";
import {
copyFileSync,
Expand Down
2 changes: 2 additions & 0 deletions bin/mono.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

// WARNING: any imported files need to be added to files in package.json

import { existsSync, readdirSync } from "fs";
import path from "path";
import { directory } from "./index.mjs";
Expand Down
2 changes: 2 additions & 0 deletions bin/release.mts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// WARNING: any imported files need to be added to files in package.json

import { existsSync, readFileSync, writeFileSync } from "fs";
import path from "path";
import prompts from "prompts";
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"dist",
"bin",
"scripts",
"*.d.ts"
"*.d.ts",
"src/util.mts"
],
"dependencies": {
"@codemirror/lang-css": "^6.2.1",
Expand Down

0 comments on commit a4496c8

Please sign in to comment.