From df6c1fbab9ee68e5e84eb5fb1909910293741e4b Mon Sep 17 00:00:00 2001 From: Justin Novack Date: Tue, 27 Aug 2013 16:00:55 -0400 Subject: [PATCH] Prepare for i18n integration --- .gitignore | 1 + package.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6a04961..6768dcb 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ Makefile pids logs results +node_modules format.sh npm-debug.log diff --git a/package.json b/package.json index 6245e75..767efec 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,9 @@ "type": "git", "url": "https://github.com/zhangyuanwei/node-siri.git" }, + "dependencies": { + "i18n" : ">=0.4.1" + }, "keywords": [ "siri", "proxy",