Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lieranderl committed Jan 3, 2024
1 parent 93d805c commit 71f686e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "qwik-toasts",
"version": "0.0.4",
"description": "Create a reusable Qwik Toasts library",
"homepage": "https://github.com/lieranderl/qwik-toast#readme",
"homepage": "https://github.com/lieranderl/qwik-toasts#readme",
"repository": {
"type": "git",
"url": "https://github.com/lieranderl/qwik-toast"
"url": "https://github.com/lieranderl/qwik-toasts"
},
"main": "./lib/index.qwik.mjs",
"qwik": "./lib/index.qwik.mjs",
Expand Down
3 changes: 1 addition & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
'./src/**/*.{js,ts,jsx,tsx,mdx}',
"./node_modules/qwik-toasts/**/*.{js,jsx,ts,tsx}"
'./src/**/*.{js,ts,jsx,tsx,mdx}'
],
theme: {
extend: {},
Expand Down

0 comments on commit 71f686e

Please sign in to comment.