Skip to content

Commit

Permalink
updated for compat. with node 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dyoder committed Jul 25, 2013
1 parent 3357745 commit f438086
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ark",
"version": "0.4.8",
"version": "0.4.9",
"description": "Packages code for the browser as Node modules.",
"main": "lib/ark.js",
"bin": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"fairmont": "0.5.x",
"uglify-js": "1.3.x",
"minimatch": "~0.2.12",
"panda-glob": "0.1.x"
"panda-glob": "~0.1.2"
},
"devDependencies": {
"docco": "0.3.x",
Expand Down
14 changes: 7 additions & 7 deletions test/build/ark.js
Expand Up @@ -9,7 +9,7 @@ var global = (function() {
root: {
"bar.coffee": {
"__stat": {
"atime": "2013-06-02T18:41:22.000Z",
"atime": "2013-07-25T19:04:59.000Z",
"ctime": "2013-06-02T03:52:57.000Z",
"mtime": "2013-01-25T18:48:59.000Z",
"size": 25,
Expand All @@ -19,17 +19,17 @@ var global = (function() {
},
"foo.coffee": {
"__stat": {
"atime": "2013-06-02T18:41:22.000Z",
"ctime": "2013-06-02T18:40:59.000Z",
"mtime": "2013-06-02T18:40:59.000Z",
"atime": "2013-07-25T19:04:59.000Z",
"ctime": "2013-06-02T18:41:24.000Z",
"mtime": "2013-06-02T18:41:24.000Z",
"size": 43,
"type": "file"
},
"__ref": "dc0cbd6a4d298b9fc70ec7639d071330"
},
"index.coffee": {
"__stat": {
"atime": "2013-06-02T18:41:22.000Z",
"atime": "2013-07-25T19:04:59.000Z",
"ctime": "2013-06-02T03:06:08.000Z",
"mtime": "2013-06-02T03:06:08.000Z",
"size": 21,
Expand All @@ -39,8 +39,8 @@ var global = (function() {
},
"package.json": {
"__stat": {
"atime": "2013-06-02T18:41:22.000Z",
"ctime": "2013-06-02T03:52:58.000Z",
"atime": "2013-07-25T19:04:59.000Z",
"ctime": "2013-06-04T10:43:08.000Z",
"mtime": "2013-01-25T18:48:59.000Z",
"size": 117,
"type": "file"
Expand Down

0 comments on commit f438086

Please sign in to comment.