forked from shipshapecode/shepherd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request shipshapecode#149 from bm2u/hotfix/addRepo
Add Repo to package.json
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
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,18 +1,24 @@ | ||
{ | ||
"name": "tether-shepherd", | ||
"version": "1.8.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/shipshapecode/shepherd.git" | ||
}, | ||
"description": "Guide your users through a tour of your app.", | ||
"authors": [ | ||
"Adam Schwartz <[email protected]>", | ||
"Zack Bloom <[email protected]>" | ||
], | ||
"maintainers": [ | ||
"Nicholas Hwang <[email protected]>", | ||
"Geoff Daigle <[email protected]>" | ||
"Geoff Daigle <[email protected]>", | ||
"Robert Wagner <[email protected]>" | ||
], | ||
"scripts": { | ||
"build": "gulp build" | ||
}, | ||
"homepage": "http://shipshapecode.github.io/shepherd/docs/welcome/", | ||
"license": "MIT", | ||
"main": "dist/js/shepherd.js", | ||
"spm": { | ||
|