From a3e513b3e641e88657f154d032af1df9c92e775e Mon Sep 17 00:00:00 2001 From: caohanyang Date: Wed, 16 Mar 2016 10:39:25 +0100 Subject: [PATCH] change bower moduleType --- bower.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bower.json b/bower.json index 78d5542..783eeb2 100644 --- a/bower.json +++ b/bower.json @@ -4,6 +4,9 @@ "version": "1.0.1", "homepage": "https://github.com/caohanyang/JSON-Diff", "description": "This framework is to compare two JSON data and generate the Patch", + "moduleType": [ + "node" + ], "keywords": [ "JSON", "Diff",