Skip to content

Commit 5606415

Browse files
committed
Version change to v2.1.2 in package.json.
1 parent c354b78 commit 5606415

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"name": "tailwindcss-textshadow",
3-
"version": "2.1.1",
4-
"description": "A Utility Plugins for Text Shadow like Tailwindcss default boxshadow with theme and variants option.",
3+
"version": "2.1.2",
4+
"description": "A Utility Plugins for controlling Text Shadow of an text element.",
55
"main": "index.js",
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/iunteq/tailwindcss-textShadow.git"
9-
},
106
"keywords": [
117
"textshadow",
128
"tailwind",
@@ -22,6 +18,11 @@
2218
"author": "Debangshu Roy",
2319
"license": "MIT",
2420
"copyright": "iunteq",
21+
"repository": {
22+
"type": "git",
23+
"url": "git://github.com/iunteq/tailwindcss-textShadow.git"
24+
},
25+
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
2526
"bugs": {
2627
"url": "https://github.com/iunteq/tailwindcss-textShadow/issues"
2728
},

0 commit comments

Comments
 (0)