Skip to content

Commit

Permalink
change package.json to reflect our shiny new name ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Clifford committed Jan 28, 2017
1 parent 6198896 commit 05d932a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "wwt-hackathon-2016-frontend",
"name": "pear-tutoring",
"version": "0.0.0",
"description": "Sharing the fruits of knowledge",
"license": "MIT",
"angular-cli": {},
"scripts": {
Expand All @@ -15,13 +16,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelgira23/WWT-Hackathon-20160-Frontend.git"
"url": "git+https://github.com/michaelgira23/Pear-Tutoring.git"
},
"private": true,
"contributors": [
{
"name": "Jack Cai",
"email": "[email protected]"
"email": "[email protected]",
"url": "https://jackcai.me/"
},
{
"name": "Nick Clifford",
Expand All @@ -46,9 +48,9 @@
}
],
"bugs": {
"url": "https://github.com/michaelgira23/WWT-Hackathon-2016-Frontend/issues"
"url": "https://github.com/michaelgira23/Pear-Tutoring/issues"
},
"homepage": "https://github.com/michaelgira23/WWT-Hackathon-2016-Frontend#readme",
"homepage": "https://github.com/michaelgira23/Pear-Tutoring#readme",
"dependencies": {
"@angular/common": "^2.2.3",
"@angular/compiler": "^2.2.3",
Expand Down

0 comments on commit 05d932a

Please sign in to comment.