Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fscherwi committed Oct 10, 2019
1 parent 295e4df commit 7f38566
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tf-weather",
"version": "6.1.0",
"version": "7.0.0",
"description": "a tool to show the weather data from Tinkerforge sensors",
"main": "bin/weather.js",
"scripts": {
Expand Down Expand Up @@ -53,7 +53,9 @@
"plugins": [
"jsdoc"
],
"extends": ["plugin:jsdoc/recommended"]
"extends": [
"plugin:jsdoc/recommended"
]
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 7f38566

Please sign in to comment.