Skip to content

Commit 52564c3

Browse files
committed
2.2.1 Release
This commit signifies the 2.2.1 release. This release contains dependency updates to close a security vulnerability found in a development dependency.
1 parent dd0fbc4 commit 52564c3

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,7 +4,7 @@
44
"description": "Node-RED FileMaker nodes. These nodes use the FileMaker Data API to connect with a FileMaker database.",
55
"scripts": {
66
"dev": "pm2 start ecosystem.dev.config.js",
7-
"test": "snyk test && nyc _mocha --recursive \"test/**/*_spec.js\" --timeout=30000 --exit",
7+
"test": "snyk test && nyc _mocha --recursive \"test/**/*_spec.js\" --timeout=30000 --exit",
88
"coverage": "nyc report --reporter=text-lcov | coveralls",
99
"report": "nyc report --reporter=html",
1010
"generate-readme": "mos",

0 commit comments

Comments
 (0)