-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Craig Riley
committed
Jan 5, 2022
1 parent
204ec3e
commit 15a178b
Showing
3 changed files
with
164 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"name": "tailwind-fluid-typography", | ||
"version": "1.0.0", | ||
"description": "Fluid typography plugin for the tailwindcss framework", | ||
"main": "index.js", | ||
"contributors": [ | ||
"Craig Riley" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/craigrileyuk/tailwind-fluid-typography.git" | ||
}, | ||
"keywords": [ | ||
"tailwind", | ||
"tailwindcss", | ||
"plugin", | ||
"tailwindcss-plugin", | ||
"typography", | ||
"fluid", | ||
"responsive" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/craigrileyuk/tailwind-fluid-typography/issues" | ||
}, | ||
"homepage": "https://github.com/craigrileyuk/tailwind-fluid-typography#readme", | ||
"peerDependencies": { | ||
"tailwindcss": ">=1.2.0" | ||
} | ||
"name": "tailwind-fluid-typography", | ||
"version": "1.1.0", | ||
"description": "Fluid typography plugin for the tailwindcss framework", | ||
"main": "index.js", | ||
"contributors": [ | ||
"Craig Riley" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/craigrileyuk/tailwind-fluid-typography.git" | ||
}, | ||
"keywords": [ | ||
"tailwind", | ||
"tailwindcss", | ||
"plugin", | ||
"tailwindcss-plugin", | ||
"typography", | ||
"fluid", | ||
"responsive" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/craigrileyuk/tailwind-fluid-typography/issues" | ||
}, | ||
"homepage": "https://github.com/craigrileyuk/tailwind-fluid-typography#readme", | ||
"peerDependencies": { | ||
"tailwindcss": ">=1.2.0" | ||
} | ||
} |