Skip to content

Commit

Permalink
fixed some issues loading cypress packages that don't have date and t…
Browse files Browse the repository at this point in the history
…ime info
  • Loading branch information
pdebruic committed Jun 29, 2012
1 parent 729510e commit 0bf5955
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
@@ -0,0 +1,3 @@
*monticellofiletree-core
date
^ date ifNil:[^Date today]
@@ -0,0 +1,3 @@
*monticellofiletree-core
time
^ time ifNil:[^Time now]
@@ -0,0 +1,6 @@
{
"class" : {
},
"instance" : {
"date" : "PaulDeBruicker 6/28/2012 17:57",
"time" : "PaulDeBruicker 6/28/2012 17:58" } }
@@ -0,0 +1,2 @@
{
"name" : "MCVersionInfo" }

0 comments on commit 0bf5955

Please sign in to comment.