Skip to content

Commit 1df4fc5

Browse files
committed
Merge pull request #1 from kombucha/patch-2
Moved chai to devDependencies
2 parents c359acd + 29c6ee9 commit 1df4fc5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@
2929
"homepage": "https://github.com/fiznool/express-mongo-sanitize#readme",
3030
"devDependencies": {
3131
"body-parser": "^1.14.1",
32+
"chai": "^3.4.1",
3233
"express": "^4.13.3",
3334
"mocha": "^2.3.3",
3435
"supertest": "^1.1.0"
35-
},
36-
"dependencies": {
37-
"chai": "^3.4.1"
3836
}
3937
}

0 commit comments

Comments
 (0)