Skip to content

Commit

Permalink
chore(package.json): fix name, description and repository info
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Mar 24, 2014
1 parent c1d79fc commit 5832bea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "0.0.0",
"private": true,
"name": "angularjs-seed",
"description": "A starter project for AngularJS",
"repository": "https://github.com/angular/angular-seed",
"name": "angular-phonecat",
"description": "A tutorial application for AngularJS",
"repository": "https://github.com/angular/angular-phonecat",
"scripts":{
"start": "node ./scripts/web-server.js",
"test": "./scripts/test.sh"
Expand Down

0 comments on commit 5832bea

Please sign in to comment.