Skip to content

Commit b682ff5

Browse files
authored
Merge pull request #24 from brysgo/greenkeeper/mocha-pin-6.0.2
fix: pin mocha to 6.0.2
2 parents 480db73 + d809489 commit b682ff5

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
@@ -32,6 +32,6 @@
3232
"babel-preset-es2015": "^6.1.18",
3333
"babel-register": "^6.2.0",
3434
"dotenv-expand": "^5.1.0",
35-
"mocha": "^6.0.0"
35+
"mocha": "6.0.2"
3636
}
3737
}

0 commit comments

Comments
 (0)