Skip to content

Commit

Permalink
Fixed links for bugs and homepage in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
horuskol committed Dec 11, 2020
1 parent 334d086 commit f5406d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.4.1 - 2020-12-11
* Fixed links for bugs and homepage in package.json.

## 1.4.0 - 2020-12-11
* Added npmignore to lighten the package size.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@savvywombat/tailwindcss-grid-named-lines",
"version": "1.4.0",
"version": "1.4.1",
"description": "A plugin to provide TailwindCSS utilities for named grid lines.",
"keywords": [
"tailwind",
Expand All @@ -15,8 +15,8 @@
"type": "git",
"url": "git+https://github.com/savvywombat/tailwindcss-grid-named-lines.git"
},
"bugs": "https://github.com/savvywombat/tailwindcss-grid-names-lines/issues",
"homepage": "https://github.com/savvywombat/tailwindcss-grid-names-lines#readme",
"bugs": "https://github.com/savvywombat/tailwindcss-grid-named-lines/issues",
"homepage": "https://github.com/savvywombat/tailwindcss-grid-named-lines#readme",
"main": "src/plugin.js",
"scripts": {
"style": "eslint .",
Expand Down

0 comments on commit f5406d5

Please sign in to comment.