Skip to content

Commit af32733

Browse files
authored
Update package.json
1 parent 356016a commit af32733

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
"three": "^0.138.3"
1212
},
1313
"devDependencies" : {
14-
"coveralls": "*",
15-
"c8": "*",
1614
"eslint": "^9.0",
1715
"jest": "*",
1816
"jest-environment-jsdom": "*",
@@ -26,13 +24,6 @@
2624
"straight-skeleton": "1.1.0"
2725
},
2826
"scripts": {
29-
"test": "c8 jest"
30-
},
31-
"c8": {
32-
"all": true,
33-
"reporter": [
34-
"lcov",
35-
"text-summary"
36-
]
27+
"test": "jest"
3728
}
3829
}

0 commit comments

Comments
 (0)