Skip to content

Commit

Permalink
fix(typos): remove modbus from cloned
Browse files Browse the repository at this point in the history
  • Loading branch information
biancode committed Jul 29, 2022
1 parent 8270d6d commit f2026bb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing to node-red-contrib-modbus
# Contributing to node-red-contrib-bit

As in Node-RED we have some guidelines for the Modbus contribution package.
As in Node-RED we have some guidelines for the bit contribution package.
We welcome contributions, but request you follow these guidelines.

- [Coding rules](#coding-rules)
Expand Down Expand Up @@ -32,11 +32,11 @@ relevant nodes, press Ctrl-E and copy the flow data from the Export dialog.
At a minimum, please include:

- Version of node.js? (should be >=LTS)
- Version of Node-RED? (should be >=v0.18.7)
- Version of node-red-contrib-modbus? (should be >=v3.7.0)
- Version of Node-RED? (should be >=v3.0.0)
- Version of node-red-contrib-bit? (should be >=v1.0.0)

- What is your platform? (Linux, macOS, ...)
- What does `DEBUG=contribModbus:*,modbus-serial* node-red -v` log? (log files are welcome)
- What does `DEBUG=contribBit* node-red -v` log? (log files are welcome)

## Feature requests

Expand Down
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Expand Up @@ -7,6 +7,3 @@ updates:
interval: "weekly"
allow:
- dependency-type: "production"
ignore:
- dependency-name: "modbus*"
- dependency-name: "*modbus*"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build
- run: tar -czvf distrib.tar.gz modbus examples package.json docs index.js README.md CHANGELOG.md
- run: tar -czvf distrib.tar.gz bit examples package.json docs index.js README.md CHANGELOG.md
- uses: actions/upload-artifact@v3
with:
name: build-folders
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
![Platform Node-RED](http://b.repl.ca/v1/Platform-Node--RED-red.png)
![Contribution Modbus](http://b.repl.ca/v1/Contribution-Bit-orange.png)
![Contribution Bit](http://b.repl.ca/v1/Contribution-Bit-orange.png)
![ES_Sourdce_Version](http://b.repl.ca/v1/JS_Source-ES2019-yellow.png)
![ES_Deploy_Version](http://b.repl.ca/v1/JS_Deploy-ES2015-yellow.png)
![NodeJS_Version](http://b.repl.ca/v1/NodeJS-LTS-green.png)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,7 +57,7 @@
"postinstall": "node ./supporter.js",
"clean": "gulp clean",
"dev-link": "npm i && npm run build && npm link",
"dev-unlink": "npm unlink node-red-contrib-modbus -g"
"dev-unlink": "npm unlink node-red-contrib-bit -g"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
Expand Down

0 comments on commit f2026bb

Please sign in to comment.