Skip to content

Commit f9d13ae

Browse files
committed
Update package-lock.json
1 parent 4069268 commit f9d13ae

10 files changed

+5229
-718
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
node_modules/
22

33
/out/
4-
/src/urlList.js
4+
/legacy/src/urlList.js
55
/src/urlList.class.js
66

77
.gitlog

index.class.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { existsSync, copyFileSync } from 'fs'
21
import ThesisLighthouse from './src/lib/application.class.js'
3-
if (!existsSync('./src/urlList.class.js')) copyFileSync('./src/urlList.class.example', './src/urlList.class.js')
42
import Config from "./src/urlList.class.js"
53

6-
const app = new ThesisLighthouse(Config)
4+
const app = new ThesisLighthouse(Config).start()

index.js

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)