Skip to content

Commit e604cdf

Browse files
Update package name and version for npm
1 parent 86b406d commit e604cdf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "jstool-for-tailwindcss",
3-
"version": "0.0.4",
2+
"name": "tailwindcss-jstool",
3+
"version": "0.0.5",
44
"description": "JS script injection utility for Tailwind CSS",
55
"main": "index.js",
66
"publishConfig": {
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/brandonmcconnell/jstool-for-tailwindcss.git"
20+
"url": "git+https://github.com/brandonmcconnell/tailwindcss-jstool.git"
2121
},
2222
"keywords": [
2323
"css",
@@ -35,9 +35,9 @@
3535
"author": "Brandon McConnell",
3636
"license": "MIT",
3737
"bugs": {
38-
"url": "https://github.com/brandonmcconnell/jstool-for-tailwindcss/issues"
38+
"url": "https://github.com/brandonmcconnell/tailwindcss-jstool/issues"
3939
},
40-
"homepage": "https://github.com/brandonmcconnell/jstool-for-tailwindcss#readme",
40+
"homepage": "https://github.com/brandonmcconnell/tailwindcss-jstool#readme",
4141
"dependencies": {
4242
"tailwindcss": "^3.0.2"
4343
},

0 commit comments

Comments
 (0)