Skip to content

Commit c9f29bc

Browse files
committed
correction in Repo name and Version change to v2.1.3.
1 parent 5606415 commit c9f29bc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tailwindcss-textShadow
1+
# tailwindcss-textshadow
22
A Utility Plugins for controlling Text Shadow of an text element.
33

44

@@ -145,7 +145,7 @@ module.exports = {
145145
## Credits
146146

147147
- [Adam Wathan](https://github.com/adamwathan)
148-
- [Contributors](https://github.com/iunteq/tailwindcss-textShadow/graphs/contributors)
148+
- [Contributors](https://github.com/iunteq/tailwindcss-textshadow/graphs/contributors)
149149

150150
> :green_heart: If you :+1: this, then please give a :star:. Thank you.
151151

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-textshadow",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "A Utility Plugins for controlling Text Shadow of an text element.",
55
"main": "index.js",
66
"keywords": [
@@ -20,13 +20,13 @@
2020
"copyright": "iunteq",
2121
"repository": {
2222
"type": "git",
23-
"url": "git://github.com/iunteq/tailwindcss-textShadow.git"
23+
"url": "git://github.com/iunteq/tailwindcss-textshadow.git"
2424
},
25-
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
25+
"publishConfig": { "registry": "https://registry.npmjs.org/" },
2626
"bugs": {
27-
"url": "https://github.com/iunteq/tailwindcss-textShadow/issues"
27+
"url": "https://github.com/iunteq/tailwindcss-textshadow/issues"
2828
},
29-
"homepage": "https://github.com/iunteq/tailwindcss-textShadow#readme",
29+
"homepage": "https://github.com/iunteq/tailwindcss-textshadow#readme",
3030
"dependencies": {
3131
"tailwindcss": "^1.2.0"
3232
}

0 commit comments

Comments
 (0)