Skip to content

Commit 91b08a2

Browse files
committed
Update package.json to support class-based code
1 parent aed5e02 commit 91b08a2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "lighthouse-link-thesis",
3-
"version": "0.0.4",
3+
"version": "0.0.4c",
44
"description": "a way to automatically use lighthouse to get accessibility report number",
5-
"main": "index.js",
5+
"main": "index.class.js",
66
"type": "module",
77
"scripts": {
88
"start": "npm run clean && npm run test",
9-
"test": "node index.js",
10-
"clean": "node clean.js"
9+
"start:class": "npm run clean && npm run test:class",
10+
"test": "node index",
11+
"test:class": "node index.class",
12+
"clean": "node clean",
13+
"exp": "node test"
1114
},
1215
"keywords": [
1316
"automated-tools",

0 commit comments

Comments
 (0)