Skip to content

Commit 5bf5af3

Browse files
Update README
1 parent b56a435 commit 5bf5af3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

LICENSE.txt renamed to LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Brandon McConnell
3+
Copyright (c) 2024 Brandon McConnell
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div align="center">
44

55
[![minified size](https://img.shields.io/bundlephobia/min/jstool-for-tailwindcss)](https://bundlephobia.com/package/jstool-for-tailwindcss)
6-
[![license](https://img.shields.io/github/license/brandonmcconnell/jstool-for-tailwindcss?label=license)](https://github.com/brandonmcconnell/jstool-for-tailwindcss/blob/main/LICENSE.txt)
6+
[![license](https://img.shields.io/github/license/brandonmcconnell/jstool-for-tailwindcss?label=license)](https://github.com/brandonmcconnell/jstool-for-tailwindcss/blob/main/LICENSE)
77
[![version](https://img.shields.io/npm/v/jstool-for-tailwindcss)](https://www.npmjs.com/package/jstool-for-tailwindcss)
88
[![twitter](https://img.shields.io/twitter/follow/branmcconnell)](https://twitter.com/branmcconnell)
99

@@ -121,5 +121,6 @@ I hope you find `jstool-for-tailwindcss` a valuable addition to your projects. I
121121
If you liked this, you might also like my other Tailwind CSS plugins:
122122
* [tailwindcss-selector-patterns](https://github.com/brandonmcconnell/tailwindcss-selector-patterns): Dynamic CSS selector patterns
123123
* [tailwindcss-multitool](https://github.com/brandonmcconnell/tailwindcss-multitool): Group utilities together by variant
124-
* [tailwind-lerp-colors](https://github.com/brandonmcconnell/tailwind-lerp-colors): Expand your color horizons and take the fuss out of genertaing new—or expanding existing—color palettes
125124
* [tailwindcss-directional-shadows](https://github.com/brandonmcconnell/tailwindcss-directional-shadows): Supercharge your shadow utilities with added directional support (includes directional `shadow-border` utilities too ✨)
125+
* [tailwindcss-default-shades](https://github.com/brandonmcconnell/tailwindcss-default-shades): Default shades for simpler color utility classes
126+
* [tailwind-lerp-colors](https://github.com/brandonmcconnell/tailwind-lerp-colors): Expand your color horizons and take the fuss out of genertaing new—or expanding existing—color palettes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-jstool",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "JS script injection utility for Tailwind CSS",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)