Skip to content

Commit

Permalink
Merge pull request #1 from tmm1/master
Browse files Browse the repository at this point in the history
Merge with tmm1 pull request.

- Move from binary-parser to jspack
- Improvements in packaging
- Fix parsing timestamps
  • Loading branch information
Andrés J. Díaz committed Aug 3, 2011
2 parents 19f88e5 + 84422c7 commit 9a98968
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 289 deletions.
116 changes: 0 additions & 116 deletions lib/binary-parser.js

This file was deleted.

96 changes: 60 additions & 36 deletions lib/collectd.js

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

9 changes: 6 additions & 3 deletions package.json
@@ -1,9 +1,12 @@
{
"name": "collectd-node",
"version": "0.0.1",
"version": "0.1.0",
"description": "Coffeescript/Node.js reader for collectd protocol",
"keywords": ["collectd",],
"keywords": ["collectd"],
"engines" : {"node" : ">=0.2.6"},
"directories": {"lib": "lib"},
"main": "./lib/collectd.js"
"main": "./lib/collectd.js",
"dependencies": {
"node-jspack": "1.0.0"
}
}

0 comments on commit 9a98968

Please sign in to comment.