Skip to content

Commit a17fd46

Browse files
authored
Fixing component.json path (#45)
* Fix component.json path
1 parent 6400d12 commit a17fd46

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1 (October 10, 2019)
2+
3+
* Hotfix Action path
4+
15
## 2.0.0 (October 3, 2019)
26

37
* Remove generators, improve eslint

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"docsUrl": "https://github.com/elasticio/csv-component",
55
"triggers": {
66
"read": {
7-
"main": "./lib/read.js",
7+
"main": "./lib/triggers/read.js",
88
"title": "Read CSV file from URL",
99
"type": "polling",
1010
"fields": {
@@ -26,7 +26,7 @@
2626
},
2727
"actions" : {
2828
"read_action": {
29-
"main": "./lib/triggers/read.js",
29+
"main": "./lib/actions/write.js",
3030
"title": "Read CSV attachment",
3131
"fields": {
3232
"emitAll": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-component",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "CSV Component for elastic.io platform",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)