We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93eb430 commit 898d8aaCopy full SHA for 898d8aa
2 files changed
lib/utils.js
@@ -84,7 +84,7 @@ export function blankTimecard(name) {
84
export function checkForValidTimecard() {
85
try {
86
var timecardData = require('../.timecard.json');
87
-
+
88
if (happyAsJson(timecardData) === false) {
89
throw new Error('Invalid timecard data.');
90
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "timecard",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"description": "Keep track of your project development time",
5
"main": "timecard.js",
6
"scripts": {
0 commit comments