From e9e21eb57981565735948139aef03d584b544d8e Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Wed, 15 Apr 2015 16:10:23 -0700 Subject: [PATCH] fixed invalid package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23195a9..c6d95ca 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "cordova-firefoxos", "cordova-browser" ], - "peerDependencies" { + "peerDependencies": { "cordova-plugin-file": ">=2.0.0" }, "author": "Apache Software Foundation",