Skip to content

Commit ca19647

Browse files
authored
add component version to component.json and change npm audit level (#90)
1 parent 8a49328 commit ca19647

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
command: npm test
2020
- run:
2121
name: Audit Dependencies
22-
command: npm audit --audit-level=high
22+
command: npm audit --audit-level=critical
2323
workflows:
2424
version: 2
2525
build_and_test:

component.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "A comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form",
44
"docsUrl": "https://github.com/elasticio/csv-component",
55
"buildType": "docker",
6+
"version": "2.2.0",
67
"triggers": {
78
"read": {
89
"main": "./lib/triggers/read.js",

0 commit comments

Comments
 (0)