Skip to content

Commit

Permalink
Merge pull request #5 from isaacs/patch-1
Browse files Browse the repository at this point in the history
Update name and repo in package.json
  • Loading branch information
rmurphey committed Apr 12, 2012
2 parents 07dcd0a + afa189d commit 9762f64
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
@@ -1,12 +1,12 @@
{
"author": "Rebecca Murphey <rmurphey@gmail.com> (http://rmurphey.com)",
"name": "js-interview",
"name": "js-assessment",
"description": "A structure for creating a test-driven JS interview",
"version": "0.0.0",
"homepage": "http://rmurphey.com",
"repository": {
"type": "git",
"url": "git://github.com/rmurphey/js-interview.git"
"url": "git://github.com/rmurphey/js-assessment.git"
},
"engines": {
"node": "~0.6.8"
Expand All @@ -20,5 +20,8 @@
"devDependencies": {
"mocha" : "1.0.x",
"requirejs" : "1.0.x"
},
"scripts": {
"start": "node bin/serve"
}
}

0 comments on commit 9762f64

Please sign in to comment.