Comparing version 0.1.8 to 0.1.9
@@ -0,1 +1,7 @@ | ||
Version: 0.1.9 | ||
------------ | ||
- Fix missing self.globalWriteBlockList reinitialize | ||
- remove dependencies | ||
- Linting | ||
Version: 0.1.8 | ||
@@ -2,0 +8,0 @@ ------------ |
{ | ||
"name": "nodes7", | ||
"description": "Routine to communicate with Siemens S7 PLCs", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"author": { | ||
@@ -14,3 +14,3 @@ "name": "Dana Moffit", | ||
"RFC1006", | ||
"iso-on-tcp" | ||
"iso-on-tcp" | ||
], | ||
@@ -22,6 +22,3 @@ "repository": { | ||
"main": "nodeS7.js", | ||
"dependencies": { | ||
"underscore": "1.4.x" | ||
}, | ||
"engine": "node 0.10.x" | ||
} |
Sorry, the diff of this file is too big to display
0
95798
1952
- Removedunderscore@1.4.x
- Removedunderscore@1.4.4(transitive)