Skip to content

Commit e4a382a

Browse files
authored
Merge pull request #95 from edazh/patch-1
fix: move pretty-format under dependencies
2 parents 5cd59a9 + 1ef0318 commit e4a382a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"karma-mocha": "^2.0.1",
5656
"karma-webpack": "^4.0.2",
5757
"mocha": "^10.0.0",
58-
"pretty-format": "^26.0.1",
5958
"webpack": "^4.41.2",
6059
"webpack-cli": "^3.3.10"
6160
},
@@ -64,6 +63,7 @@
6463
"j-component": "^1.4.9",
6564
"less": "^3.10.3",
6665
"miniprogram-compiler": "latest",
67-
"postcss": "^7.0.23"
66+
"postcss": "^7.0.23",
67+
"pretty-format": "^26.0.1"
6868
}
6969
}

0 commit comments

Comments
 (0)