Skip to content

Commit 8aa44bd

Browse files
committed
revert all changes
1 parent 6278ae7 commit 8aa44bd

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

copy.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*jshint esversion: 6 */
2-
31
import { cpSync } from 'fs';
42
import { join, dirname } from 'path';
53

esbuild.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*jshint esversion: 6 */
2-
31
import { build } from 'esbuild';
42
import { derver } from 'derver';
53
import svelte from 'esbuild-svelte';

html.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*jshint esversion: 6 */
2-
31
import { readFile, writeFile } from "fs/promises";
42

53
export default function html(options = {}) {

0 commit comments

Comments
 (0)