From 53ed9b3e2792357eb8b03c6c81412a5a4e3b62d2 Mon Sep 17 00:00:00 2001 From: Joshua Ohlman Date: Fri, 29 Jan 2016 13:22:03 -0600 Subject: [PATCH] Rename example app's package It seems silly for the example app to have the same package name as the actual app, also the capitalized package name was choking a tool I use. --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index af0bb4d..b29cda4 100644 --- a/example/package.json +++ b/example/package.json @@ -1,5 +1,5 @@ { - "name": "Excel-export", + "name": "excel-export-example-app", "description": "Node Excel Export test app", "version": "0.3.1", "private": true,