Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c34ff3b

Browse files
committed
debug should be a dependency
1 parent 10e80d0 commit c34ff3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"pages"
2323
],
2424
"devDependencies": {
25-
"debug": "^2.2.0",
2625
"metalsmith": "^2.1.0",
2726
"mocha": "^2.4.5"
2827
},
2928
"dependencies": {
3029
"async": "^2.0.0-rc.3",
30+
"debug": "^2.2.0",
3131
"glob": "^7.0.3",
3232
"path": "^0.12.7"
3333
}

0 commit comments

Comments
 (0)