From b4b5b1e790fc7c4edebc62b65c02f70382f99056 Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Thu, 4 Jun 2015 14:05:10 +0300 Subject: [PATCH] Get rid of UTF-8 BOM in xml/package.json --- xml/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/package.json b/xml/package.json index f5006340c..c512836d5 100644 --- a/xml/package.json +++ b/xml/package.json @@ -1,2 +1,2 @@ -{ "name" : "xml", - "main" : "xml.js" } \ No newline at end of file +{ "name" : "xml", + "main" : "xml.js" }