Skip to content

Commit

Permalink
[UPDATE]clean package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Brandimarti committed May 25, 2020
1 parent 5344e83 commit e470901
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 24 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
6 changes: 6 additions & 0 deletions package-lock.json
100644 → 100755

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

7 changes: 4 additions & 3 deletions package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@
"description": "",
"scripts": {
"start": "node src/app.js",
"start:dev": "nodemon --watch src -e js"
"start:dev": "nodemon --watch src -e js",
"prettier": "prettier --print-width 80 --no-semi --single-quote --trailing-comma es5 --write \"{,!(node_modules)/**/}*.{js,jsx}\""
},
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fopen": "^1.0.0",
"fs": "0.0.1-security",
"johnny-five": "^1.4.0",
"node-cron": "^2.0.3",
"package.json": "^2.0.1",
"serialport": "^8.0.7",
"sqlite3": "^4.2.0"
},
"devDependencies": {
"nodemon": "^2.0.3"
"nodemon": "^2.0.3",
"prettier": "^2.0.5"
}
}
21 changes: 0 additions & 21 deletions src/database/log.csv
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
day,month,year,hours,celsius
8,5,2020,10,19
8,5,2020,10,18
8,5,2020,10,19
8,5,2020,10,18
8,5,2020,10,19
8,5,2020,10,18
8,5,2020,11,19
8,5,2020,11,19
8,5,2020,11,18
8,5,2020,11,19
8,5,2020,11,18
8,5,2020,11,18
8,5,2020,11,19
8,5,2020,11,18
8,5,2020,11,19
8,5,2020,11,18
8,5,2020,11,19
8,5,2020,11,18
8,5,2020,11,19
8,5,2020,11,18
8,5,2020,11,19
Empty file modified src/database/temperatureDB.db
100644 → 100755
Empty file.

0 comments on commit e470901

Please sign in to comment.