Browse Source

bump package version

also update package-lock.json
bug-decimal-undefined
John Robinson 4 years ago
parent
commit
eb3bc894f3
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      package-lock.json
  2. +1
    -2
      package.json

+ 1
- 1
package-lock.json View File

{ {
"name": "node-red-contrib-boolean-logic-ultimate", "name": "node-red-contrib-boolean-logic-ultimate",
"version": "0.0.8",
"version": "1.0.21",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

+ 1
- 2
package.json View File

{ {
"name": "node-red-contrib-boolean-logic-ultimate", "name": "node-red-contrib-boolean-logic-ultimate",
"version": "1.0.20",
"version": "1.0.21",
"description": "A set of Node-RED enhanced boolean logic node, flow interruption node, blinker node, invert node, filter node, with persisten values after reboot and more.", "description": "A set of Node-RED enhanced boolean logic node, flow interruption node, blinker node, invert node, filter node, with persisten values after reboot and more.",
"author": "Supergiovane (https://github.com/Supergiovane)", "author": "Supergiovane (https://github.com/Supergiovane)",
"dependencies": { "dependencies": {
"BlinkerUltimate": "boolean-logic-ultimate/BlinkerUltimate.js", "BlinkerUltimate": "boolean-logic-ultimate/BlinkerUltimate.js",
"SimpleOutputUltimate": "boolean-logic-ultimate/SimpleOutputUltimate.js", "SimpleOutputUltimate": "boolean-logic-ultimate/SimpleOutputUltimate.js",
"InjectUltimate": "boolean-logic-ultimate/InjectUltimate.js" "InjectUltimate": "boolean-logic-ultimate/InjectUltimate.js"
} }
} }
} }

Loading…
Cancel
Save