From f7fd2977ffe37e9b8c1852574da4afa8cbf3478c Mon Sep 17 00:00:00 2001 From: Renat Zubairov Date: Tue, 3 Nov 2015 14:20:41 +0100 Subject: [PATCH] Fixed bug in component.json --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index 6272a26..65f8797 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,7 @@ "description": "A comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form", "triggers": { "read": { - "main": "./read.js", + "main": "./lib/read.js", "title": "Read CSV file from URL", "type": "polling", "fields": {