We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0b536 commit 19716ddCopy full SHA for 19716dd
1 file changed
package.json
@@ -28,13 +28,13 @@
28
},
29
"homepage": "https://github.com/jlcvp/fcm-node",
30
"dependencies": {
31
- "firebase-admin": "^4.1.3",
32
- "mocha": "^3.2.0",
+ "firebase-admin": "^4.2.1",
+ "mocha": "^4.0.1",
33
"retry": "^0.9.0"
34
35
"scripts": {
36
- "test": "mocha",
37
- "debugtest": "mocha --debug-brk $npm_package_options_mocha"
+ "test": "mocha --exit",
+ "debugtest": "mocha --debug-brk $npm_package_options_mocha --exit"
38
39
"directories": {
40
"test": "test"
0 commit comments