Skip to content

Commit c881b29

Browse files
committed
move debug to a dependency
1 parent 4a3eaac commit c881b29

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
],
3636
"devDependencies": {
3737
"chai": "^5.2.0",
38-
"debug": "^4.4.0",
3938
"mocha": "^11.0.1"
4039
},
4140
"dependencies": {
42-
"@webgpu/types": "^0.1.61"
41+
"@webgpu/types": "^0.1.61",
42+
"debug": "^4.4.0"
4343
}
4444
}

0 commit comments

Comments
 (0)