Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Baba committed Apr 25, 2018
2 parents c0bb156 + 29208f4 commit 6b95f4c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can find the active (online) motes from the manager dialog while monitoring

![DC2274A-A SmartMesh IP™ USB Manager Dialog](images/usb-manager-dialog.jpg)

## SmartMesh IP Document
## SmartMesh IP Document

See [SmartMesh IP™ Tools Guide(PDF)](http://cds.linear.com/docs/en/software-and-simulation/SmartMesh_IP_Tools_Guide.pdf) for SmartMesh IP™ technical details.

Expand Down Expand Up @@ -68,6 +68,8 @@ Then restart Node-RED process.

### Uninstallation

The following command uninstalls SmartMesh SDK python executables/libraries as well as this node package.

```
cd ~/.node-red
sudo npm uninstall --unsafe-perm node-red-contrib-smartmesh
Expand Down Expand Up @@ -97,6 +99,8 @@ cd $(npm -g root)/candy-red
sudo npm uninstall --unsafe-perm node-red-contrib-smartmesh
```

The above command uninstalls SmartMesh SDK python executables/libraries as well as this node package.

# Appendix

## How to build
Expand All @@ -113,11 +117,14 @@ $ NODE_ENV=development npm pack
```
$ rm -fr node_modules; \
rm -f npm-shrinkwrap.json; \
nodenv local 8.10.0; \
nodenv local 8.11.1; \
npm install;npm run freeze
```

# Revision History
* 1.0.1
- Update README
- Remove .pyc files on running `clean` task

* 1.0.0
- Initial General Availability Release
Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ gulp.task('clean', () => {
'./dist',
'!node_modules/**/*',
'./*.tgz',
'./**/*.pyc',
]);
});

Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-smartmesh",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node-RED nodes for Analog Devices' SmartMesh IP™ Motes and Manager",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 6b95f4c

Please sign in to comment.