Skip to content

Commit

Permalink
Update name and repo in package.json
Browse files Browse the repository at this point in the history
Also, you should totally `npm publish` this so that people can
install it and run it.
  • Loading branch information
isaacs committed Apr 12, 2012
1 parent 07dcd0a commit afa189d
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 afa189d

Please sign in to comment.