Skip to content

Commit f65a5f5

Browse files
Bump version to 0.0.10
1 parent 9c10400 commit f65a5f5

File tree

8 files changed

+7
-4096
lines changed

8 files changed

+7
-4096
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ jspm_packages
7373
lib/
7474
*.pyc
7575
config/config.json
76+
package-lock.json

.node-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9.9.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd elastalert
2525

2626
Then follow the default installation steps, so:
2727

28-
1. Run `nvm install "$(cat .node-version)"` to install & use the required NodeJS version.
28+
1. Run `nvm install "$(cat .nvmrc)"` to install & use the required NodeJS version.
2929
2. Run `npm install` to install all the dependencies.
3030
3. Look at the `Config` section in [REAMDE.md](../README.md#config) to setup the path to your ElastAlert instance.
3131

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The 3-clause BSD license (Modified)
22
===================================
33

4-
Copyright © 2016, BitSensor B.V.
4+
Copyright © 2018, BitSensor B.V.
55

66
Redistribution and use in source and binary forms, with or without
77
modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ElastAlert supports additional arguments, that can be passed in the `config.json
6464
git clone https://github.com/bitsensor/elastalert.git elastalert
6565
cd elastalert
6666
```
67-
2. Run `nvm install "$(cat .node-version)"` to install & use the required NodeJS version.
67+
2. Run `nvm install "$(cat .nvmrc)"` to install & use the required NodeJS version.
6868
3. Run `npm install` to install all the dependencies.
6969
4. Look at the `Config` section to setup the path to your ElastAlert instance.
7070

@@ -224,5 +224,5 @@ This project is [BSD Licensed](../LICENSE.md) with some modifications. Note that
224224
We [(BitSensor)](https://www.bitsensor.io) do not have any rights over the original [ElastAlert](https://github.com/Yelp/elastalert) project from [Yelp](https://www.yelp.com/). We do not own any trademarks or copyright to the name "ElastAlert" (ElastAlert, however, does because of their Apache 2 license). We do own copyright over the source code of this project, as stated in our BSD license, which means the copyright notice below and as stated in the BSD license should be included in (merged / changed) distributions of this project. The BSD license also states that making promotional content using 'BitSensor' is prohibited. However we hereby grant permission to anyone who wants to use the phrases 'BitSensor ElastAlert Plugin', 'BitSensor Software' or 'BitSensor Alerting' in promotional content. Phrases like 'We use BitSensor' or 'We use BitSensor security' when only using our ElastAlert Server are forbidden.
225225

226226
## Copyright
227-
Copyright © 2016, BitSensor B.V.
227+
Copyright © 2018, BitSensor B.V.
228228
All rights reserved.

0 commit comments

Comments
 (0)