Skip to content

Commit

Permalink
updated for fractal acc
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Sep 5, 2011
1 parent 97f31c6 commit c4ad710
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,9 @@
0.0.1 / Month Day, 2011
0.0.2 / September 5, 2011
==================

* Change project ownership from Contra to Fractal

0.0.1 / September 5, 2011
==================

* Start of the project
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2011 Contra <contra@australia.edu>
Copyright (c) 2011 Fractal <contact@wearefractal.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -33,7 +33,7 @@ server.listen(8080);
```
## Examples

You can view further examples in the [example folder.](https://github.com/Contra/node-digest/tree/master/examples)
You can view further examples in the [example folder.](https://github.com/wearefractal/node-digest/tree/master/examples)

## Contributors

Expand All @@ -43,7 +43,7 @@ You can view further examples in the [example folder.](https://github.com/Contra

(MIT License)

Copyright (c) 2011 Contra <contra@australia.edu>
Copyright (c) 2011 Fractal <contact@wearefractal.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Expand Up @@ -2,7 +2,7 @@

### Minor

* Nothing here yet
* Support for multiple logins

### Major

Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,10 +1,10 @@
{
"name":"digest",
"description":"HTTP Digest authentication for NodeJS",
"version":"0.0.1",
"homepage":"http://github.com/Contra/node-digest",
"repository":"git://github.com/Contra/node-digest.git",
"author":"Contra <contra@australia.edu> (http://wearefractal.com/)",
"version":"0.0.2",
"homepage":"http://github.com/wearefractal/node-digest",
"repository":"git://github.com/wearefractal/node-digest.git",
"author":"Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main":"./lib/main.coffee",

"dependencies":{
Expand All @@ -19,7 +19,7 @@
"licenses":[
{
"type":"MIT",
"url":"http://github.com/Contra/node-digest/raw/master/LICENSE"
"url":"http://github.com/wearefractal/node-digest/raw/master/LICENSE"
}
]
}

0 comments on commit c4ad710

Please sign in to comment.