Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Baba committed Dec 13, 2016
2 parents e50668f + ad6e91d commit f33ea5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@ You can try the following flow for testing the node behaviors after installing t
```

# Revision History
* 1.1.1
- Remove redundant dependency

* 1.1.0
- Add a new property `Convert to String` into `map` node, which enables to convert the map function result into String

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-sequence-functions",
"version": "1.1.0",
"version": "1.1.1",
"description": "Node-RED nodes for sequence processing functions",
"license": "MIT",
"repository": {
Expand All @@ -27,6 +27,7 @@
"CANDY EGG"
],
"devDependencies": {
"node-red": "^0.15.2",
"babel": "^5.8.34",
"babel-plugin-uglify": "^1.0.2",
"uglify-js": "^2.6.1",
Expand All @@ -48,7 +49,6 @@
"dependencies": {
"es6-promises": "^1.0.10",
"expr-eval": "^1.0.0-rc.3",
"node-red": "^0.15.2",
"simple-statistics": "^2.2.0",
"source-map-support": "^0.4.2"
},
Expand Down

0 comments on commit f33ea5d

Please sign in to comment.