-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change package.json to reflect our shiny new name ✨
- Loading branch information
Nick Clifford
committed
Jan 28, 2017
1 parent
6198896
commit 05d932a
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -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", | ||
|
@@ -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", | ||
|