Skip to content

Commit

Permalink
Fixed bug in component.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairov committed Nov 3, 2015
1 parent cc75ad9 commit f7fd297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f7fd297

Please sign in to comment.