-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed the dir 'fakecollector_and_dump'.
Updated the 'app.js' file, changing the call that remove the logs from 'socket.io' package, that has been modified in the new version of the package. Specified the 'socket.io', 'jade', 'json2csv' versions in the package.json file.
- Loading branch information
1 parent
023ad87
commit 560e364
Showing
21 changed files
with
5 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
1 change: 0 additions & 1 deletion
1
fakecollector_and_dump/dump/rfidmonitor/collectors.metadata.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
1 change: 0 additions & 1 deletion
1
fakecollector_and_dump/dump/rfidmonitor/institutions.metadata.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
1 change: 0 additions & 1 deletion
1
fakecollector_and_dump/dump/rfidmonitor/rfiddatas.metadata.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion
1
fakecollector_and_dump/dump/rfidmonitor/tagged_fishes.metadata.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
"consolidate": "~0.9.1", | ||
"express": "~3.0", | ||
"mongodb": "~1.3.9", | ||
"jade": "*", | ||
"jade": "1.7.0", | ||
"validator": "~1.1.3", | ||
"socket.io": "*", | ||
"json2csv": "*" | ||
"socket.io": "1.1.0", | ||
"json2csv": "2.2.1" | ||
}, | ||
"repository": "", | ||
"author": "Luis Valdes <[email protected]>", | ||
|