From eb7251f17ef71992e8bf373267699cf2649171ed Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Fri, 5 Feb 2016 14:10:26 -0600 Subject: [PATCH] chore(): add browserify as a dev dependency --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 466f606aa..56ab7e5a7 100644 --- a/package.json +++ b/package.json @@ -39,5 +39,8 @@ "url": "https://github.com/driftyco/ionic-native/issues" }, "homepage": "https://github.com/driftyco/ionic-native", - "typings": "./dist/index.d.ts" + "typings": "./dist/index.d.ts", + "devDependencies": { + "browserify": "^13.0.0" + } }