Skip to content

Commit 7ecc7c1

Browse files
committed
Bump version to 1.0.7 and add node-red keyword
1 parent 0e1b2a7 commit 7ecc7c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netresearch/node-red-contrib-magento-eqp",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Node-RED module for parsing callbacks from the Magento Marketplace EQP API",
55
"main": "dist/index.js",
66
"repository": {
@@ -16,6 +16,9 @@
1616
"magento-eqp-register-callback": "dist/magento-eqp-register-callback.js"
1717
}
1818
},
19+
"keywords": [
20+
"node-red"
21+
],
1922
"scripts": {
2023
"build": "yarn build:lib && node copyAssets.js",
2124
"build:lib": "tsc",

0 commit comments

Comments
 (0)