Skip to content

Commit

Permalink
fix: install error
Browse files Browse the repository at this point in the history
  • Loading branch information
biancode committed Apr 21, 2020
1 parent 6330de3 commit 79af02a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ maps/
docs/gen/
code/
*.log

coverage/
22 changes: 4 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.1](https://github.com/BiancoRoyal/node-red-contrib-bacnet/compare/v0.0.16...v0.1.1) (2020-04-21)


### Features

* **device:** new device config ([5bad469](https://github.com/BiancoRoyal/node-red-contrib-bacnet/commit/5bad469d04fea7d0da0a7686c84b515dbcb51553))


### Bug Fixes

* **write:** type instead of tag for values ([dc92ad9](https://github.com/BiancoRoyal/node-red-contrib-bacnet/commit/dc92ad92d6828880fe17cb0f9eb7f0375a34af3c))
* typos ([203523a](https://github.com/BiancoRoyal/node-red-contrib-bacnet/commit/203523a64dd4e3051e881ea63f3bdb04ee3400fe))

# [0.1.0](https://github.com/BiancoRoyal/node-red-contrib-bacnet/compare/v0.0.16...v0.1.0) (2020-04-21)
## [0.1.1](https://github.com/BiancoRoyal/node-red-contrib-bacnet/compare/v0.0.16...v0.1.1) (2020-04-21)


### Bug Fixes
Expand Down Expand Up @@ -44,3 +27,6 @@ All notable changes to this project will be documented in this file. See [standa


## 0.0.14 (2018-02-19)



3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"files": [
"docs",
"examples",
"bacnet"
"bacnet",
"supporter.js"
],
"devDependencies": {
"@babel/cli": "^7.7.0",
Expand Down

0 comments on commit 79af02a

Please sign in to comment.