Skip to content

Commit

Permalink
rename to akeley
Browse files Browse the repository at this point in the history
  • Loading branch information
vilmibm committed Aug 31, 2012
1 parent 06dca7f commit f205cf1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# faux
# akeley

_being a mocking utility_

Expand All @@ -9,7 +9,7 @@ experimentation until further notice.

## mock something out

var Mock = require('faux').Mock
var Mock = require('akeley').Mock

var mock_akeley = new Mock({
name: 'Henry Akeley',
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "faux",
"name": "akeley",
"version": "0.1.0",
"author": "nathaniel k smith <nathanielksmith@gmail.com>",
"description": "a mocking utility library",
"main": "./lib/faux",
"main": "./lib/akeley",
"repository":{
"type":"git",
"url":"https://github.com/nathanielksmith/faux.git"
"url":"https://github.com/nathanielksmith/akeley.git"
},
"keywords": [
"mock",
Expand Down

0 comments on commit f205cf1

Please sign in to comment.