Skip to content

Commit 9892b16

Browse files
committed
refactor: make chai a dev dependency
1 parent 51170c9 commit 9892b16

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
@@ -4,6 +4,7 @@
44
"devDependencies": {
55
"@commitlint/cli": "^9.1.2",
66
"@commitlint/config-conventional": "^9.1.2",
7+
"chai": "^4.2.0",
78
"husky": "^4.3.0",
89
"mocha": "3.5.3",
910
"should": "~1.2.1",
@@ -19,7 +20,6 @@
1920
"license": "MIT",
2021
"dependencies": {
2122
"async": "~0.2.9",
22-
"chai": "^4.2.0",
2323
"moment": "2.19.3",
2424
"valid-url": "~1.0.9",
2525
"xml-crypto": "~1.0.1",

0 commit comments

Comments
 (0)