@fraziersoft/wisp 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- PROJECT LOGO -->
|
|
4
4
|
<div align="center">
|
|
5
|
-
<a href="https://github.com/
|
|
5
|
+
<a href="https://github.com/chrisfrazier0/wisp">
|
|
6
6
|
<img src="private/logo.png" alt="Logo" width="254" height="258">
|
|
7
7
|
</a>
|
|
8
8
|
<h3 align="center">Wisp</h3>
|
|
@@ -89,10 +89,10 @@ and customer sites. Hopefully someone enjoys this refreshed edition as much as I
|
|
|
89
89
|
|
|
90
90
|
<!-- MARKDOWN LINKS & IMAGES -->
|
|
91
91
|
|
|
92
|
-
[issues-shield]: https://img.shields.io/github/issues/
|
|
93
|
-
[issues-url]: https://github.com/
|
|
94
|
-
[license-shield]: https://img.shields.io/github/license/
|
|
95
|
-
[license-url]: https://github.com/
|
|
92
|
+
[issues-shield]: https://img.shields.io/github/issues/chrisfrazier0/wisp.svg?style=for-the-badge
|
|
93
|
+
[issues-url]: https://github.com/chrisfrazier0/wisp/issues
|
|
94
|
+
[license-shield]: https://img.shields.io/github/license/chrisfrazier0/wisp.svg?color=44CC11&style=for-the-badge
|
|
95
|
+
[license-url]: https://github.com/chrisfrazier0/wisp/blob/master/LICENSE.txt
|
|
96
96
|
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
|
|
97
97
|
[linkedin-url]: https://linkedin.com/in/linkedin_username
|
|
98
98
|
[dave-url]: https://github.com/dhg
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fraziersoft/wisp",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Simple CSS boilerplate",
|
|
5
5
|
"homepage": "https://wisp.frazier.software",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
8
|
+
"url": "git+https://github.com/chrisfrazier0/wisp.git"
|
|
9
9
|
},
|
|
10
10
|
"main": "dist/wisp.css",
|
|
11
11
|
"files": [
|