From 2a1297527b6b47201d8a206bcae090f7d15d90c1 Mon Sep 17 00:00:00 2001 From: "Eric S. Bullington" Date: Wed, 14 May 2014 10:07:57 -0400 Subject: [PATCH 1/2] Added simple hex string encoding/decoding package --- packages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index d2300d4..0fa2041 100644 --- a/packages.json +++ b/packages.json @@ -658,5 +658,14 @@ "description":"A simple MurmurHash3 wrapper for Nimrod", "license": "MIT", "web":"https://github.com/boydgreenfield/nimrod-murmur/" - } + }, + { + "name":"hexed", + "url":"https://github.com/esbullington/nimrod-hex", + "method":"git", + "tags":["hex","encoding"], + "description":"A simple hex package for Nimrod", + "license": "MIT", + "web":"https://github.com/esbullington/nimrod-hex" + } ] From de28adf235f7d6ebc3682983bebf05bdc9c3d64e Mon Sep 17 00:00:00 2001 From: "Eric S. Bullington" Date: Thu, 15 May 2014 12:04:17 -0400 Subject: [PATCH 2/2] Modified entry name to match file import name per babel guidelines --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 0fa2041..6ce379e 100644 --- a/packages.json +++ b/packages.json @@ -660,7 +660,7 @@ "web":"https://github.com/boydgreenfield/nimrod-murmur/" }, { - "name":"hexed", + "name":"hex", "url":"https://github.com/esbullington/nimrod-hex", "method":"git", "tags":["hex","encoding"],