remove thirty-two dependency

The code does not use it, if a person wants to base32 encode, they can
just install the package themselves and use it.
This commit is contained in:
Roman Shtylman 2012-06-01 00:06:43 -04:00
parent 9344bad009
commit 103874b752

View File

@ -15,9 +15,7 @@
"engines": {
"node": ">= v0.4.10"
},
"dependencies": {
"thirty-two": "0.0.1"
},
"dependencies": {}
"devDependencies": {
"expresso" : "0.9.0"
}