Skip to content

Commit f7fd297

Browse files
committed
Fixed bug in component.json
1 parent cc75ad9 commit f7fd297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form",
44
"triggers": {
55
"read": {
6-
"main": "./read.js",
6+
"main": "./lib/read.js",
77
"title": "Read CSV file from URL",
88
"type": "polling",
99
"fields": {

0 commit comments

Comments
 (0)