Skip to content

Commit

Permalink
fix: force a release
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Mar 25, 2021
1 parent 87ed65b commit 7ddbd48
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,9 @@ To run tests:

`npm test`


## How to log

We use [loglevel]((https://github.com/pimterry/loglevel)) for logging, with some conventions. Using loglevel, we will be able to open/close a single file's log by chaining the level of log on the fly, even in production env.
We use [loglevel](<(https://github.com/pimterry/loglevel)>) for logging, with some conventions. Using loglevel, we will be able to open/close a single file's log by chaining the level of log on the fly, even in production env.

The default of log level is set in the file: ./src/init.js

Expand Down Expand Up @@ -346,7 +345,6 @@ Here is our [wiki page for troubleshooting](https://github.com/Greenstand/treetr

Help us to improve it by adding your experience solving this problem.


### Scripts

Useful scripts are contained in /dev/scripts. Their uses are described here. Scripts are run from the repository root as /dev/scripts/{script-name}.sh
Expand All @@ -369,7 +367,6 @@ Useful scripts are contained in /dev/scripts. Their uses are described here. Scr

**docker-remove-containers.sh** clear out _all_ docker containers


## Further reading

See [Contributing to the Cause](https://github.com/Greenstand/Development-Overview#contributing-to-the-cause)

0 comments on commit 7ddbd48

Please sign in to comment.