浏览代码

bump package version

also update package-lock.json
bug-decimal-undefined
John Robinson 4 年前
父节点
当前提交
eb3bc894f3
找不到此签名对应的密钥
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. +1
    -1
      package-lock.json
  2. +1
    -2
      package.json

+ 1
- 1
package-lock.json 查看文件

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

+ 1
- 2
package.json 查看文件

@@ -1,6 +1,6 @@
{
"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.",
"author": "Supergiovane (https://github.com/Supergiovane)",
"dependencies": {
@@ -27,7 +27,6 @@
"BlinkerUltimate": "boolean-logic-ultimate/BlinkerUltimate.js",
"SimpleOutputUltimate": "boolean-logic-ultimate/SimpleOutputUltimate.js",
"InjectUltimate": "boolean-logic-ultimate/InjectUltimate.js"
}
}
}

正在加载...
取消
保存