-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Meza
committed
Mar 15, 2016
1 parent
074b5f4
commit b810f73
Showing
4 changed files
with
23 additions
and
19 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,23 +1,25 @@ | ||
{ | ||
"name": "angular-tour-no-jquery", | ||
"version": "0.3.0", | ||
"name": "angular-tour", | ||
"version": "0.2.5", | ||
"description": "An AngularJS directive for showcasing features of your website", | ||
"keywords": [ | ||
"angularjs", | ||
"directive", | ||
"angular", | ||
"module" | ||
"module", | ||
"tour", | ||
"walkthrough" | ||
], | ||
"homepage": "https://github.com/david-meza/angular-tour", | ||
"bugs": "https://github.com/david-meza/angular-tour/issues", | ||
"homepage": "https://github.com/DaftMonk/angular-tour", | ||
"bugs": "https://github.com/DaftMonk/angular-tour/issues", | ||
"author": { | ||
"name": "David Meza", | ||
"name": "Tyler Henkel", | ||
"email": "", | ||
"url": "https://github.com/david-meza" | ||
"url": "https://github.com/DaftMonk" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:david-meza/angular-tour.git" | ||
"url": "[email protected]:DaftMonk/angular-tour.git" | ||
}, | ||
"main": [ | ||
"./dist/angular-tour-tpls.js", | ||
|
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
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
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