-
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.
Update repo/demo/author links and email
- Loading branch information
Robbin Johansson
committed
Jan 31, 2019
1 parent
d0fbd11
commit 0aafdd3
Showing
6 changed files
with
1,773 additions
and
937 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) Robbin Johansson <[email protected]> | ||
Copyright (c) Robbin Johansson <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vuebbble", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Vue component to easily display dribbble shots from a user", | ||
"main": "dist/index.js", | ||
"jsnext:main": "src/index.js", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/robbinfellow/vuebbble.git" | ||
"url": "git+https://github.com/robbinworks/vuebbble.git" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
|
@@ -23,12 +23,12 @@ | |
"api", | ||
"shots" | ||
], | ||
"author": "Robbin Johansson <[email protected]>", | ||
"author": "Robbin Johansson <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/robbinfellow/vuebbble/issues" | ||
"url": "https://github.com/robbinworks/vuebbble/issues" | ||
}, | ||
"homepage": "https://github.com/robbinfellow/vuebbble#readme", | ||
"homepage": "https://github.com/robbinworks/vuebbble#readme", | ||
"peerDependencies": { | ||
"vue": "^2.3.0" | ||
}, | ||
|
Oops, something went wrong.