Skip to content

Commit

Permalink
Merge pull request #149 from bm2u/hotfix/addRepo
Browse files Browse the repository at this point in the history
Add Repo to package.json
  • Loading branch information
RobbieTheWagner authored Jun 20, 2018
2 parents 3bff2f1 + 42becd0 commit f99dc1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
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 <adam.flynn.schwartz@gmail.com>",
"Zack Bloom <zackbloom@gmail.com>"
],
"maintainers": [
"Nicholas Hwang <nick.joosung.hwang@gmail.com>",
"Geoff Daigle <geoffreydaigle@gmail.com>"
"Geoff Daigle <geoffreydaigle@gmail.com>",
"Robert Wagner <rwwagner90@gmail.com>"
],
"scripts": {
"build": "gulp build"
},
"homepage": "http://shipshapecode.github.io/shepherd/docs/welcome/",
"license": "MIT",
"main": "dist/js/shepherd.js",
"spm": {
Expand Down

0 comments on commit f99dc1d

Please sign in to comment.