Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
file renamings
Browse files Browse the repository at this point in the history
  • Loading branch information
constantology committed Mar 21, 2012
1 parent 9ad2599 commit 8a0902e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.json
Expand Up @@ -5,6 +5,6 @@
"out" : { "dir" : "./", "file" : "d8", "min" : "d8.min" },
"src" : {
"dir" : "./src",
"files" : ["$begin", "d8.utils", "d8.fns", "d8.format", "d8.toDate", "d8.vars", "d8.expose", "$end"]
"files" : [".begin", "d8.utils", "d8.fns", "d8.format", "d8.toDate", "d8.vars", "d8.expose", ".end"]
}
}
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"author" : {
"name" : "constantology",
"email" : "constantology@gmail.com",
"email" : "christos@muigui.com",
"url" : "http://muigui.com"
},
"description" : "d8 is a date parsing and formatting micro-framework for modern JavaScript engines.",
Expand All @@ -17,5 +17,5 @@
"type" : "git",
"url" : "git@github.com:constantology/d8.git"
},
"version" : "0.1.1"
"version" : "0.1.2"
}
File renamed without changes.
File renamed without changes.

0 comments on commit 8a0902e

Please sign in to comment.