We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1b2a7 commit 7ecc7c1Copy full SHA for 7ecc7c1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@netresearch/node-red-contrib-magento-eqp",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"description": "Node-RED module for parsing callbacks from the Magento Marketplace EQP API",
5
"main": "dist/index.js",
6
"repository": {
@@ -16,6 +16,9 @@
16
"magento-eqp-register-callback": "dist/magento-eqp-register-callback.js"
17
}
18
},
19
+ "keywords": [
20
+ "node-red"
21
+ ],
22
"scripts": {
23
"build": "yarn build:lib && node copyAssets.js",
24
"build:lib": "tsc",
0 commit comments